Retrieve a group.
External DocumentationTo learn more, visit the Google Cloud Identity documentation.

Basic Parameters

ParameterDescription
Group NameThe unique name assigned to the group. It can be retrieved using the List Groups action, formatted as: groups/{group_id}.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.

Example Output

{
  "name": string,
  "groupKey": {
    "id": string,
    "namespace": string
  },
  "additionalGroupKeys": [
    {
      "id": string,
      "namespace": string
    }
  ],
  "parent": string,
  "displayName": string,
  "description": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    string: string
  },
  "dynamicGroupMetadata": {},
  "posixGroups": [
    {
      "name": string,
      "gid": string,
      "systemId": string
    }
  ]
}

Workflow Library Example

Get Group with Google Cloud Identity and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop