Get user
GET {{baseUrl}}/Users/:id
Get details of a user.
Example path /api/identitymanagement/v3/Users/2f95913-d3d9-4a4a-951a-c21184080cf3
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"schemas":["urn:scim:schemas:core:1.0","urn:scim:schemas:core:1.0"],"id":"2f95913-d3d9-4a4a-951a-c21184080cf3","userName":"johndoe@example.com","name":{"familyName":"Doe","givenName":"John"},"groups":[{"display":"mdsp:core:StandardUser","type":"DIRECT","value":"85300c9f-9616-4596-ac1c-1ca837426d7e"},{"display":"mdsp:core:StandardUser","type":"DIRECT","value":"85300c9f-9616-4596-ac1c-1ca837426d7e"}],"emails":[{"value":"johndoe@example.com"},{"value":"johndoe@example.com"}],"active":false,"meta":{"created":"2018-02-08T15:20:43.000Z","lastModified":"2018-02-08T15:20:43.000Z","version":0},"subtenants":[{"id":"octopus"},{"id":"octopus"}]}