ListUserOrganizations
Retrieve user information and associated organizations by providing the user ID. Facilitates user organization management within Datadog’s observability platform.
Instructions
Get a user organization. Returns the user information and all organizations joined by this user.
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. |