ListUserOrganizations
Retrieve user information and associated organizations by providing the user ID. This tool helps identify and manage user-organization relationships within the Datadog MCP Server.
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/jsonResponse Properties:
included: Array of objects related to the user.
Example:
{
"data": "unknown_type",
"included": [
"unknown_type"
]
}403: Authentication error
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}404: Not found
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}429: Too many requests
Content-Type:
application/jsonResponse Properties:
errors: A list of errors.
Example:
{
"errors": [
"Bad Request"
]
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The ID of the user. |