...
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 | |||
Response body on success | {"id": "ola.nordmann@norge.no", "active": "Ola", "surname": "Nordmann",} | ||||
Returns | 200 | OK (Will also be returned if user not found, see response body) | |||
400 | Bad Request | ||||
401 | Unauthorized | ||||
403 | Forbidden | 404 | Not found (returned if the requested user is not found) | ||
406 | Not Acceptable | ||||
500 | Internal Server Error |
...