API Reference/Management/Audit
POST
/v1/mgmt/audit/event

Authorization

AuthorizationRequiredBearer <token>

< Project ID >:< Management Key > as bearer

In: header

Request Body

application/jsonRequired
userIdstring
actionstring
tenantIdstring
typestring
actorIdstring
dataobject
curl -X POST "https://api.descope.com/v1/mgmt/audit/event" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "userId": "string",
    "action": "string",
    "tenantId": "string",
    "type": "string",
    "actorId": "string",
    "data": {}
  }'

OK

Was this helpful?