Get all users in an Airbend organization (admin only)
GET /airbend/me/users
GET
/airbend/me/users
Returns a list of all users with their permissions in the organization. Only organization admins can access this endpoint.
Authorizations
Responses
200
List of organization users
Array<object>
object
firstName
User’s first name
string
lastName
User’s last name
string
created
User creation timestamp
string format: date-time
email
User email address
string format: email
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