Get User by User ID
GET/user-scim-srv/v2/Users/:userId
This API call retrieves a user by ID (sub).
Request
Responses
- 200
- 400
- 401
- 404
Response delivering a single User
Represents an error response in context of the scim protocol, see section 3.12 in RFC7644.
Unauthorized: if access token is not valid or access token doesn't provide scope SCIM_READ
Represents an error response in context of the scim protocol, see section 3.12 in RFC7644.