{
"groups": [
{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"members": [
{
"member": "<string>",
"role": "ROLE_UNSPECIFIED"
}
],
"source": "<string>"
}
]
}
Get the groups in batch. Permissions required: bb.groups.get
{
"groups": [
{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"members": [
{
"member": "<string>",
"role": "ROLE_UNSPECIFIED"
}
],
"source": "<string>"
}
]
}
The group names to retrieve. Format: groups/{email}
OK
The response is of type object
.
Was this page helpful?