{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"members": [
{
"member": "<string>",
"role": "ROLE_UNSPECIFIED"
}
],
"source": "<string>"
}
UpdateGroup updates the group. Users with “bb.groups.update” permission on the workspace or the group owner can access this method. Permissions required: bb.groups.update
{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"members": [
{
"member": "<string>",
"role": "ROLE_UNSPECIFIED"
}
],
"source": "<string>"
}
The group id.
The list of fields to update.
If set to true, and the group is not found, a new group will be created.
In this situation, update_mask
is ignored.
OK
The response is of type object
.
Was this page helpful?