latestOpenAPI 3.1.02026-08-153864115.7 MB

c301132dbfd7

Users

Check User Access

Checks whether a user has access to an account, product, or experience the caller can reach.

get/users/{id}/access/{resource_id}

Response

access checked

access_level'no_access' | 'admin' | 'customer' required
has_accessboolean required

Example response

{
  "access_level": "customer",
  "has_access": true
}