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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import datadog from '@utdk/datadog';
await datadog.listuserpermissions()