GetUser
Retrieve user details from the specified organization using the unique user_id. Supports responses with JSON format, including user-related objects and error handling for authentication, not found, and rate limit issues.
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:
- Content-Type:
- 403: Authentication error
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 404: Not found
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 429: Too many requests
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | Yes | The ID of the user. |