IntegrationsGoogle workspaceActions
Remove Google Workspace group member
Remove a member from a Workspace group.
groups.members.remove · Google Workspace · v1
Details
Scopes
https://www.googleapis.com/auth/admin.directory.group.member
Input
| Name | Type | Required | Constraints |
|---|---|---|---|
(root) | object | Yes | additionalProperties false |
group_key | string | Yes | minLength 1 |
member_key | string | Yes | minLength 1 |
Output
| Name | Type | Required | Constraints |
|---|---|---|---|
(root) | object | Yes | additionalProperties false |
Raw schema
Input
{
"type": "object",
"additionalProperties": false,
"properties": {
"group_key": {
"type": "string",
"minLength": 1
},
"member_key": {
"type": "string",
"minLength": 1
}
},
"required": [
"group_key",
"member_key"
]
}Output
{
"type": "object",
"additionalProperties": false,
"properties": {}
}