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
title
string
description
string
members
object[]
source
string

source means where the group comes from. For now we support Entra ID SCIM sync, so the source could be Entra ID.

Response

OK

name
string

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

title
string
description
string
members
object[]
source
string

source means where the group comes from. For now we support Entra ID SCIM sync, so the source could be Entra ID.