v13

latestOpenAPI 3.0.32026-07-31359869.4 MB
access-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

teamPermissionsstring[]
entitlementsstring[]
isDsyncManagedfalse | true required
namestring required

The name of this access group.

createdAtstring required

Timestamp in milliseconds when the access group was created.

teamIdstring required

ID of the team that this access group belongs to.

updatedAtstring required

Timestamp in milliseconds when the access group was last updated.

accessGroupIdstring required

ID of the access group.

membersCountnumber required

Number of members in the access group.

projectsCountnumber required

Number of projects in the access group.

teamRolesstring[]

Roles that the team has in the access group.

Example response

{
  "name": "my-access-group",
  "teamId": "team_123a6c5209bc3778245d011443644c8d27dc2c50",
  "accessGroupId": "ag_123a6c5209bc3778245d011443644c8d27dc2c50",
  "membersCount": 5,
  "projectsCount": 2,
  "teamRoles": [
    "DEVELOPER",
    "BILLING"
  ]
}
All 359 operations