Skip to main content
GET
Get user details

Authorizations

Authorization
string
header
required

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

Response

User details

id
integer
Example:

123

email
string<email>
Example:

"fake.user@example.com"

name
string
Example:

"Fake User"

first_login
integer
Example:

0

email_verified_at
string<date-time> | null
Example:

null

gravatar_url
string<uri>
Example:

"https://www.gravatar.com/avatar/00000000000000000000000000000000"

roles
string[]
Example: