Skip to main content

Add Users To Group

Add one or more users to a group.

Required token: Configuration Write Access.

Parameters

ParameterDescription
Group NameThe name of the group to add users to.
User EmailsA comma-separated list of users' emails to add to the group. Users must already be invited to join the account with the group.

Example Output

{
"status": "success",
"updatedUsers": [
"xxx@xxx.xxx",
"nnn@nnn.nnn"
]
}

Workflow Library Example

Add Users to Group with Dataset and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop