Datadog - Disable User
This guide documents the configuration of a custom action for disabling a user in Datadog via their API.
Note: Other actions for users could be configured or built based on what is supported by Datadog's API. See additional options in the "Tips" section below.
Additional documentation on disabling user endpoints can be found here.
Custom Action Configuration
Method : DELETE
URL : <api.datadog.com>/api/v2/users/[Trigger.User.Email]
Query Parameters
Parameter | Variable Mapping |
---|
Headers
Header | Value |
---|---|
Content-Type | application/json |
DD-API-KEY | <your_api_key> |
DD-APPLICATION-KEY | <your_application_key> |
Body
No content or value is required for the body.
Congratulations! At this point you should have successfully created a custom action for disabling a user in Datadog.
Tips
You can create actions for other Datadog API endpoints.
Updated over 1 year ago