Gets a user by id
GEThttps://api.getcortexapp.com/scim/v2/Users/:id
Gets a user based on provided id
Request
Responses
- 200
- 429
Returns requested user data
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Response Headers
Authorization: http
name: bearerAuthtype: httpbearerFormat: JWTdescription: All requests to the Cortex API need to provide an `Authorization: Bearer <token>` header, where `<token>` is an API key created in the Settings page of your workspace.scheme: bearer
ResponseClear