Get users
Retrieves one or more User objects.
Authorizations
Path Parameters
A comma-separated list of User IDs to retrieve (up to 10 in total).
2048
Response
ok
The API Key of the User, as used as their proxy password.
The email address of the user making the request, as set on the Profile page of the dashboard.
250
Set to true
if the user is enabled, false
otherwise.
The invite state of the the User. Set to invited
if the user is invited to your Bytio team, but has yet to accept the invite. Set to invite_accepted
if the user has accepted their invite and is now a member of your Bytio team.
invited
, invite_accepted
Set to true
if the User is the current user (i.e. the user making the API request). Omitted otherwise.
Set to true
if the User is the last Adminstrator user on your Bytio account. Omitted otherwise.
The name of the user making the request, as set on the Profile page of the dashboard.
25
A URL to the avatar image for the user. If no avatar is set for the user then picture
is set to null
.
The role of the User.
admin
, collaborator
, billing_admin
The ID of the Bytio team this user belongs to.
The unique ID for the User.
When role=collaborator
contains an array of Zone IDs of the zones this Collaborator user has permission to access. If the user is not in the collaborator
role the zones
property is omitted.