{
"groups": [
{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"members": [
{
"member": "<string>",
"role": "ROLE_UNSPECIFIED"
}
],
"source": "<string>",
"email": "<string>"
}
]
}Gets multiple groups in a single request. Permissions required: bb.groups.get
{
"groups": [
{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"members": [
{
"member": "<string>",
"role": "ROLE_UNSPECIFIED"
}
],
"source": "<string>",
"email": "<string>"
}
]
}The group names to retrieve. Format: groups/{email}
OK
Response message for batch getting groups.
The groups from the specified request.
Show child attributes
The name of the group to retrieve. Format: groups/{group}, the group should be email or uuid.
The display title of the group.
The description of the group.
The source system where the group originated (e.g., Entra ID for SCIM sync).
The unique email for the group.
Was this page helpful?