Configuration Write Access.
Actions
Remove Users From Group
Remove one or more users from a group.
Required token:

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configuration Write Access.
| Parameter | Description |
|---|---|
| Group Name | The name of the group to remove users from. |
| User Emails | A list of users’ emails to remove from the group. |
{
"status": "success",
"updatedUsers": [
"xxx@xxx.xxx",
"nnn@nnn.nnn"
]
}
Was this page helpful?