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. From the new permission release onwards is deprecated.
is_reviewerbooleanWheter the user has Reviewer access to the project. From the new permission release onwards is deprecated.
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.
role_idnumberPermission template id attached to the contributor.