GET api/AdminAuth?cid={cid}&key={key}

Checks possibility to login as Contact by contactId. ONLY FOR internal use by HRCI staff.
Possible Service Responses:
204/NoContent - access is allowed.
403/Forbidden - access is denied.
500/Internal Server - unexpected server error, details in the body of the response.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cid

Contact ID

System.Guid

Required

key

Secure key for access checking

System.String

Required

Body Parameters

None.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.