Skip to main content
Glama

Datadog MCP Server

by brukhabtu
  • Apple
  • Linux

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:
{ "data": [ "unknown_type" ], "included": [ "unknown_type" ], "links": "unknown_type" }
  • 404: API error response.
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }
  • 429: Too many requests
    • Content-Type: application/json
    • Response Properties:
      • errors: A list of errors.
    • Example:
{ "errors": [ "Bad Request" ] }

Input Schema

NameRequiredDescriptionDefault
user_uuidYesNone

Input Schema (JSON Schema)

{ "properties": { "user_uuid": { "description": "None", "type": "string" } }, "required": [ "user_uuid" ], "type": "object" }

You must be authenticated.

Other Tools from Datadog MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/brukhabtu/datadog-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server