GuidesRecipesAPI Reference
Log In
API Reference

đźš§ Check whether a user has a specific permission. (BETA)

đźš§

Under construction

This endpoint is in beta. Functionality may change without notice, support is limited, and use in production is not recommended. Your feedback is appreciated.

Returns +{ "granted": true }+ if the permission is held by any of the
user's assigned roles; +{ "granted": false }+ otherwise. Never 404s on
the permission key itself — only on a missing user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The permission key to check (e.g. "manage_users").

uuid
required

User ID.

Headers
string

Specify API version, for example '1.0'. By default, the version configured in the company settings is used.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json