GET
/
users

Headers

authorization
string
required

Your API key for authentication. Use Bearer format.

Response

200 - application/json
email
string
required

The user's email.

id
string
required

The user's unique identifier.

first_name
string

The user's first name.

image_url
string

The user's profile image. an be a URL or a base64 encoded image.

last_name
string

The user's last name.