Remove Users From Group
Remove one or more users from a group.
Required token: Configuration Write Access
.
Parameters
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. |
Example Output
{
"status": "success",
"updatedUsers": [
"xxx@xxx.xxx",
"nnn@nnn.nnn"
]
}
Workflow Library Example
Remove Users from Group with Dataset and Send Results Via Email
Preview this Workflow on desktop