Create a new role assignment.
External DocumentationTo learn more, visit the Google Admin Console documentation.

Basic Parameters

ParameterDescription
Customer IDThe unique ID for the customer’s Google Workspace account. As an account administrator, you can also use the my_customer alias to represent your account’s customer ID. The customer ID can be obtained by the List Users action.
Org Unit IDThe ID for the organization unit the exercise of this role is restricted to.
Role IDThe ID of the role that is assigned.
Scope TypeThe scope in which this role is assigned.
User IDThe unique ID of the user this role is assigned to.

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

{
  "roleAssignmentId": string,
  "roleId": string,
  "kind": string,
  "etag": string,
  "assignedTo": string,
  "assigneeType": enum (AssigneeType),
  "scopeType": string,
  "orgUnitId": string,
  "condition": string
}

Workflow Library Example

Role Assignment with Google Admin Console and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop