...
URL | |||
Method | GET | ||
Request headers | Authorization | Required | The token acquired from the Authentication Service. Formated "Boknett TGT-...." |
Date | Required | The timestamp the request was made. Must comply with RFC 1123 date formats. Example: Tue, 10 Jun 2014 16:23:42 GMT | |
Accept | Required | application/json (We recommend all new implementations to use this header, XML support will be phased out in the future) | |
Response body on success | { "id": "212c60f9-57db-4b5b-b32a-ed561346eda1", "active": true, } | ||
Returns | 200 | OK (Will also be returned if user not found, see response body) | |
40X | On error |
...