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

Response

200
application/json

OK

The response is of type object.