Contributor object

FieldTypeDescription
user_idnumberA unique identifier of the user.
emailstringE-mail associated with this user.
fullnamestringFull name as set by the user.
created_atstringDate/time at which the user was created.
created_at_timestampnumberUnix timestamp when the user was created.
is_adminbooleanWhether the user has Admin access to the project.
is_reviewerbooleanWheter the user has Reviewer access to the project.
languagesarray of objectsList of languages, accessible to the user. Every language has the following attributes:
lang_id (number) — Language ID
lang_iso (string) — Language code.
lang_name (string) — Language name
is_writable (boolean) — Whether the user has write access to the language.
admin_rightsarray of stringsList of user permissions.