Update an access group
Allows to update an access group metadata
Authorizations
Default authentication mechanism
Path Parameters
Query Parameters
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"
Body
The name of the access group
50
"My access group"
List of members to add to the access group.
[
"usr_1a2b3c4d5e6f7g8h9i0j",
"usr_2b3c4d5e6f7g8h9i0j1k"
]
List of members to remove from the access group.
[
"usr_1a2b3c4d5e6f7g8h9i0j",
"usr_2b3c4d5e6f7g8h9i0j1k"
]
Response
The name of this access group.
"my-access-group"
Timestamp in milliseconds when the access group was created.
1588720733602
ID of the team that this access group belongs to.
"team_123a6c5209bc3778245d011443644c8d27dc2c50"
Timestamp in milliseconds when the access group was last updated.
1588720733602
ID of the access group.
"ag_123a6c5209bc3778245d011443644c8d27dc2c50"
Number of members in the access group.
5
Number of projects in the access group.
2
v0
Roles that the team has in the access group.
["DEVELOPER", "BILLING"]
Permissions that the team has in the access group.
["CreateProject"]