Remove one or more users from a group.

Required token: Configuration Write Access.

Parameters

ParameterDescription
Group NameThe name of the group to remove users from.
User EmailsA 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