curl --request GET \
--url https://api.example.com/v1/groups/{group}{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"members": [
{
"member": "<string>",
"role": "ROLE_UNSPECIFIED"
}
],
"source": "<string>",
"email": "<string>"
}Gets a group by name. Permissions required: bb.groups.get
curl --request GET \
--url https://api.example.com/v1/groups/{group}{
"name": "<string>",
"title": "<string>",
"description": "<string>",
"members": [
{
"member": "<string>",
"role": "ROLE_UNSPECIFIED"
}
],
"source": "<string>",
"email": "<string>"
}The group id.
OK
A group of users within the workspace.
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 members of the group.
Show child attributes
The source system where the group originated (e.g., Entra ID for SCIM sync).
The unique email for the group.
Was this page helpful?