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

object
string
required

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

Example:

"user"

id
string
required

Unique identifier for the user

email
string
required

Email of the user

name
string
required

Name of the user

created_at
string
required

Time at which the project was created

Example:

"2022-03-01T00:00:00Z"

updated_at
string
required

Time at which the project was last updated

Example:

"2022-03-01T00:00:00Z"

role
string
required

Role of the user

avatar_url
string

Avatar of the user