ListUserPermissions
Retrieve a user's permission set from the Datadog MCP Server by providing their user ID. Returns a list of permissions granted by their roles.
Instructions
Get a user permission set. Returns a list of the user’s permissions granted by the associated user's roles.
Path Parameters:
user_id (Required): The ID of the user.
Responses:
200 (Success): OK
Content-Type:
application/json
Response Properties:
data: Array of permissions.
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. |