Skip to main content
GET
/
organizations
/
{organizationId}
/
users
/
{userId}
/
permissions
/
check
/
{permissionName}
Check if user has a specific permission
curl --request GET \
  --url https://api.hixbe.com/account/organizations/{organizationId}/users/{userId}/permissions/check/{permissionName} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required
userId
string
required
permissionName
string
required

Response

200

Permission check result