GET
/
v1
/
users
/
me

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

A User is a unique identifier that you can use to manage and organize your work.

created_at
string
required

Time at which the project was created

email
string
required

Email of the user

id
string
required

Unique identifier for the user

name
string
required

Name of the user

object
string
required

String representing the object's type. Objects of the same type share the same value

slug
string
required

Slug of the user

updated_at
string
required

Time at which the project was last updated

avatar_url
string

Avatar of the user

roles
object

Roles of the user in multiple organizations. The keys are organization IDs, and values are roles ('admin', 'member').