GetUserMemberships
Retrieve a user's team memberships on the Datadog MCP Server to manage associations efficiently. Provides JSON responses including data, related resources, and error details.
Instructions
Get a list of memberships for a user
Path Parameters:
- user_uuid (Required): None
Responses:
- 200 (Success): Represents a user's association to a team
- Content-Type:
application/json
- Response Properties:
- data: Team memberships response data
- included: Resources related to the team memberships
- Example:
- Content-Type:
- 404: API error response.
- 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_uuid | Yes | None |