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/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. |