provider Users GET /api/v2/users/{user_id}/permissions
@utdk/datadog /api/v2/users/{user_id}/permissions
Get a user permissions
Get a user permission set. Returns a list of the user’s permissions granted by the associated user's roles.
user_id path required
The ID of the user.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
listuserpermissions
GET/api/v2/users/{user_id}/permissions
Get a user permission set. Returns a list of the user’s permissions granted by the associated user's roles.

Parameters

required

The ID of the user.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.listuserpermissions()