GET
/
users
curl --request GET \
  --url https://api.blaxel.ai/v0/users \
  --header 'Authorization: Bearer <token>'
[
  {
    "accepted": true,
    "email": "<string>",
    "email_verified": true,
    "family_name": "<string>",
    "given_name": "<string>",
    "role": "<string>",
    "sub": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
successful operation
accepted
boolean

Whether the user has accepted the workspace invitation

email
string

Workspace user email

email_verified
boolean

Whether the user's email has been verified

family_name
string

Workspace user family name

given_name
string

Workspace user given name

role
string

Workspace user role

sub
string

Workspace user identifier