List of group permissions. Permissions has the following attributes: is_admin (boolean) — Whether the user has Admin access to the project. From the new permission release onwards is deprecated. is_reviewer (boolean) — Whether the user has Reviewer access to the project. From the new permission release onwards is deprecated. admin_rights (array) — List of group administrative permissions. languages (array) — List of languages, accessible to the user.
created_at
string
Date/time at which the group was created.
created_at_timestamp
number
Unix timestamp when the group was created.
team_id
number
Team identifier.
projects
array
List of projects, group is added to.
members
array
List of group members (user IDs).
role_id
number
Permission template id to take permissions from, if this parameter is provided, admin_rights is ignored.