Skip to content

Get user permissions in an Airbend organization

GET
/airbend/me/users/{email}/permissions

Returns the permissions for a specific user within the organization

Authorizations

Parameters

Path Parameters

email
required
string format: email

User email address

Responses

200

User permissions

object
is_admin

Whether user has admin privileges in the organization

boolean
can_control_devices

Whether user can control devices

boolean
can_view_reports

Whether user can view organization reports

boolean