OpenAPI 3.1.02026-08-183894205.8 MB

f67a043e3190

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
}