Get a user by ID
GET/Users/:id
Returns a single user by their SCIM id. The id must match a value returned
by GET /Users.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The requested User resource
Invalid or missing bearer token.
Bearer token absent at the web proxy layer.
The requested resource does not exist.
The request could not be completed because of an unexpected server-side error.