cURL
curl --request GET \ --url https://api.example.com/api/core/permissions/granted \ --header 'Authorization: Bearer <token>'
{ "is_permissions_feature_enabled": true, "message": "", "permissions": [ "<string>" ], "bypass_permissions_for_personal_space": true }
Retrieve user permissions and feature flag state
Bearer token authentication. Format: 'Bearer '
Successful Response
Response schema for retrieving user permissions.
Was this page helpful?