v13
latestOpenAPI 3.0.32026-07-31359869.4 MBaccess-groups
Reads an access group
Allows to read an access group
get/v1/access-groups/{idOrName}
Path parameters
idOrNamestring required
Query parameters
teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l
The Team identifier to perform the request on behalf of.
slugstring
Example:my-team-url-slug
The Team slug to perform the request on behalf of.
Response
Example response
{
"name": "my-access-group",
"teamId": "team_123a6c5209bc3778245d011443644c8d27dc2c50",
"accessGroupId": "ag_123a6c5209bc3778245d011443644c8d27dc2c50",
"membersCount": 5,
"projectsCount": 2,
"teamRoles": [
"DEVELOPER",
"BILLING"
]
}