Actions
Update User
Updates a user. This method supports patch semantics, meaning you only need to include the fields you wish to update. Fields that are not present in the request will be preserved, and fields set to will be cleared.
Basic Parameters
Parameter | Description |
---|---|
Change Password At Next Login | Indicates if the user is forced to change their password at next login. This setting doesn’t apply when the user signs in via a third-party identity provider. |
Customer ID | The 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 is also returned as part of the ListUsers action. |
Organizational Unit Path | The full path of the parent organization associated with the user. If the parent organization is the top-level, it is represented as a forward slash (/ ). |
Password | User’s password. |
Suspend User | Indicates if user is suspended. |
User Key | Identifies the user in the API request. The value can be the user’s primary email address, alias email address, or unique user ID. |
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
Workflow Library Example
Reset User Password on Google Workspace
Preview this Workflow on desktop
Was this page helpful?