Task: Delete Google user
Description
This task will delete a Google user in the G Suite environment.
Variables
Name | Description | Type | Example | Screenshot |
---|---|---|---|---|
Google Username | The username of the user which needs to be deleted. | String | {User}@{GoogleDomain} | 1 |
Path of P12 file | The path of the P12 file which can be downloaded from the https://console.developers.google.com site. | String | C:/Users/Administrator/Google/Google.p12 | 2 |
Service client email | The email of the service account which has the rights for the whole domain. | String | {serviceaccount}@{GoogleDomain}.iam.gserviceaccount.com | 3 |
Admin email | The email address of the administrator which created the service account. | String | {administrator}@{GoogleDomain} | 4 |