Read User
GET {{baseUrl}}/organization/v1/users/:userId
Use this endpoint to read the properties of a User.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Api-Key | string | (Required) Added as a part of security scheme: apiKey | |
Content-Type | string | The media type being sent in the request. | |
Accept | string | The media type the server needs to return. |
RESPONSES
status: OK
{"firstName":"","lastName":"","emailAddress":"user@example.com","userId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","groupScoping":"all","restrictions":[],"links":[{"rel":"userroles","href":"relative/path-to-resource/3fa85f64-5717-4562-b3fc-2c963f66afa6","id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","type":""},{"rel":"usergroups","href":"relative/path-to-resource/3fa85f64-5717-4562-b3fc-2c963f66afa7","id":"3fa85f64-5717-4562-b3fc-2c963f66afa7","type":""}]}