Read User

GET {{baseUrl}}/organization/v1/users/:userId

Use this endpoint to read the properties of a User.

HEADERS

KeyDatatypeRequiredDescription
X-Api-Keystring(Required) Added as a part of security scheme: apiKey
Content-TypestringThe media type being sent in the request.
AcceptstringThe 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":""}]}