Skip to main content
GET
/
organizations
/
{orgId}
/
access
/
{entityType}
/
{entityId}
/
check
Check if user or group has access to org
curl --request GET \
  --url https://api.eu.bronto.io/organizations/{orgId}/access/{entityType}/{entityId}/check \
  --header 'X-BRONTO-API-KEY: <api-key>'
{
  "is_authorised": true,
  "roles": "<string>"
}

Authorizations

X-BRONTO-API-KEY
string
header
required

Path Parameters

orgId
string
required
entityType
enum<string>
required
Available options:
user,
group
entityId
string
required

Response

Access status and effective role

is_authorised
boolean
roles
string