GET
/
auth
/
user

Authorizations

Authorization
string
headerrequired

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

Response

200 - application/json
id
string
required

the external user id

email
string
required

the user email address

firstName
string
required

the user first name

lastName
string
required

the user last name

emailVerified
boolean
required

flags if the user email was already verified

profilePictureURL
string
required

the user profile picture URL

organization
object
required
belongsToMultipleOrganizations
boolean
required

flag that means the user belongs to more than 1 organization