Field | Type | Description |
---|---|---|
user_id | number | A unique identifier of the user. |
string | E-mail associated with this user. | |
fullname | string | Full name as set by the user. |
created_at | string | Date/time at which the user was created. |
created_at_timestamp | number | Unix timestamp when the user was created. |
is_admin | boolean | Whether the user has Admin access to the project. |
is_reviewer | boolean | Wheter the user has Reviewer access to the project. |
languages | array of objects | List of languages, accessible to the user. Every language has the following attributes: |
admin_rights | array of strings | List of user permissions. |