Role Assignment
Creates a role assignment.
Basic Parameters
Parameter | Description |
---|---|
Assigned To | The unique ID of the user this role is assigned to. |
Customer ID | Immutable ID of the Google Workspace account. |
Org Unit ID | If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to. |
RoleId | The ID of the role that is assigned. |
Scope Type | The scope in which this role is assigned. |
Advanced Parameters
Parameter | Description |
---|---|
Delegated User Override | Perform 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
{
"assignedTo": "The unique ID of the user this role is assigned to.",
"etag": "ETag of the resource.",
"kind": "admin#directory#roleAssignment",
"orgUnitId": "If the role is restricted to an organization unit, this contains the ID for the organization unit the exercise of this role is restricted to.",
"roleAssignmentId": "ID of this roleAssignment.",
"roleId": "The ID of the role that is assigned.",
"scopeType": "The scope in which this role is assigned."
}
Workflow Library Example
Role Assignment with Google Workspace and Send Results Via Email
Preview this Workflow on desktop