Get User
Fetch a single user by id, scoped to the calling organisation.
Authorization
ScimBearerToken AuthorizationBearer <token>
In: header
Path Parameters
user_id*User Id
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/scim/v2/Users/string"null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}