Get categories permissions
This endpoint returns the categories permissions of audit trail events for the current user. Fetching forbidden categories in other endpoints will end up in a 403 Forbidden response.
This operation returns the categories permissions of audit trail events.
Responses
200
Success
application/json
List of allowed categories and list of forbidden categories
allowedstring[] · nullableOptional
Only present if there are allowed categories
forbiddenstring[] · nullableOptional
Only present if there are forbidden categories
get
/v1/categories/permissions200
Success
Last updated
Was this helpful?