TeamUserGroups object

FieldTypeDescription
group_idnumberA unique identifier of the group.
namestringName of the group.
permissionsobjectList of group permissions. Permissions has the following attributes:
is_admin (boolean) — Whether the user has Admin access to the project.
is_reviewer (boolean) — Whether the user has Reviewer access to the project.
admin_rights (array) — List of group administrative permissions.
languages (array) — List of languages, accessible to the user.
created_atstringDate/time at which the group was created.
created_at_timestampnumberUnix timestamp when the group was created.
team_idnumberTeam identifier.
projectsarrayList of projects, group is added to.
membersarrayList of group members (user IDs).