REST Resource: organizations.userGroups

Resource: UserGroup

A resource message representing a user group in a GMP organization.

JSON representation
{
  "name": string,
  "displayName": string,
  "description": string
}
Fields
name

string

Identifier. Resource name of this UserGroup.

Format: organizations/{org_id}/userGroups/{user_group_id} Example: "organizations/123abc/userGroups/456def"

displayName

string

Optional. The human-readable name for the user group.

description

string

Optional. The description of the user group.

Methods

create

Creates a user group in the specified GMP organization.

delete

Deletes a user group in the specified GMP organization.

get

Looks up a single user group.

list

Returns a list of user groups in the specified GMP organization.

patch

Updates a user group in the specified GMP organization.