Check user permission

Retrieves the granular feature-level permissions assigned to a specific user in the organization, identified by their email address. The response includes the user”s current status (active or pending) and a detailed list of privileges specifying which features and permission levels are granted.

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

emailstringRequired
Email of the invited user.

Response

list of all the user's permissions
emailstring
Email address of the user.
privilegeslist of objects
Granular feature permissions given to the user.
statusstring
Status of the invited user.

Errors

400
Bad Request Error