This call validates if the credentials passed in the Authorization Header are for a current active user.
Header | Data Type | Valid Values | Required | Description |
---|---|---|---|---|
Content-Type | string | application/json | YES | The format your data will be sent to our site. |
X-DevKey | string | string | YES | The devkey assigned to the developer. |
X-AccessToken | string | string | YES | The token acquired from a POST to Users/AccessToken. |
If the user credentials are not for an active user, you will recieve a 403 Forbidden
and a Message Response indicating the reason
If the user credentials are for an active user, you will receive a 200 OK
and the following data as serialized JSON
Parameter | Data Type | Valid Values | Description |
---|---|---|---|
User | User Summary | User Summary | A user object containing User Summary information |