Configuration Write Access.
Actions
Add Users To Group
Add one or more users to 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 add users to. |
| User Emails | A comma-separated list of users’ emails to add to the group. Users must already be invited to join the account with the group. |
{
"status": "success",
"updatedUsers": [
"xxx@xxx.xxx",
"nnn@nnn.nnn"
]
}
Was this page helpful?