Skip to main content
GET
Get current user info

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

id
string
required
read-only

The unique identifier for the user. Typically provided from the client side while creating the user.

first_name
string
required

The first name of the user.

Maximum string length: 50
email
string<email>
required

The email of the user. Needs to be unique and a valid email.

Maximum string length: 254
country
object
required
created_at
string<date-time>
required
read-only

The timestamp at which the user was created.

updated_at
string<date-time>
required
read-only

The timestamp at which the user was last updated.

title
string | null

The title of the user. This can be Mr., Mrs., Dr., etc. (optional)

Maximum string length: 10
last_name
string | null

The last name of the user. (optional)

Maximum string length: 50
phone
string | null

The phone number of the user. (optional)

Maximum string length: 25
dob
string<date> | null

The date of birth of the user. (optional)

nationality
string | null

The nationality of the user. (optional)

Maximum string length: 50
address
string | null

The address line of the user. Typically includes the apartment or plot number and the locality. (optional)

Maximum string length: 500
city
string | null

The city the user lives in. (optional)

Maximum string length: 50
postal
string | null

The postal code of the user. (optional)

Maximum string length: 50
website
string | null

The user's personal portfolio or blog website. (optional)

Maximum string length: 50
profile_text
string | null

The profile text of the user. This can be a short bio or a summary This would be shows on top of the user's resume. (optional)

Maximum string length: 1000