v14
latestOpenAPI 3.0.32026-08-04377889.4 MBaccess-groups
List access groups for a team, project or member
List access groups
get/v1/access-groups
Query parameters
projectIdstring
Filter access groups by project.
Example:prj_pavWOn1iLObbx3RowVvzmPrTWyTf
Filter access groups by project.
searchstring
Search for access groups by name.
Example:example
Search for access groups by name.
membersLimitinteger
Number of members to include in the response.
Example:20
Number of members to include in the response.
projectsLimitinteger
Number of projects to include in the response.
Example:20
Number of projects to include in the response.
limitinteger
Limit how many access group should be returned.
Example:20
Limit how many access group should be returned.
nextstring
Continuation cursor to retrieve the next page of results.
Continuation cursor to retrieve the next page of results.
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
{
"accessGroups": [
{
"name": "my-access-group",
"teamId": "team_123a6c5209bc3778245d011443644c8d27dc2c50",
"accessGroupId": "ag_123a6c5209bc3778245d011443644c8d27dc2c50",
"membersCount": 5,
"projectsCount": 2,
"teamRoles": [
"DEVELOPER",
"BILLING"
]
}
]
}