GetUser
Retrieve user details within an organization by specifying the user's ID. Supports JSON responses for success, authentication errors, and request limits.
Instructions
Get a user in the organization specified by the user’s user_id
.
Path Parameters:
user_id (Required): The ID of the user.
Responses:
200 (Success): OK
Content-Type:
application/json
Response Properties:
included: Array of objects related to the user.
Example:
403: Authentication error
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
404: Not found
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
429: Too many requests
Content-Type:
application/json
Response Properties:
errors: A list of errors.
Example:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | Yes | The ID of the user. |