Skip to main content
POST
/
v1
/
groups
{
  "name": "<string>",
  "title": "<string>",
  "description": "<string>",
  "members": [
    {
      "member": "<string>",
      "role": "ROLE_UNSPECIFIED"
    }
  ],
  "source": "<string>"
}

Query Parameters

groupEmail
string

The email to use for the group, which will become the final component of the group's resource name.

Body

application/json

A group of users within the workspace.

title
string

The display title of the group.

description
string

The description of the group.

members
object[]

The members of the group.

source
string

The source system where the group originated (e.g., Entra ID for SCIM sync).

Response

OK

A group of users within the workspace.

name
string

The name of the group to retrieve. Format: groups/{group}, group is an email.

title
string

The display title of the group.

description
string

The description of the group.

members
object[]

The members of the group.

source
string

The source system where the group originated (e.g., Entra ID for SCIM sync).