GetUserMemberships
Retrieve a user's team memberships by providing their UUID, enabling efficient management of user associations within Datadog's observability platform through structured API responses.
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:
404: API error response.
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_uuid | Yes | None |