Adds a user as a member of a group.

Parameters

ParameterDescription
Email AddressThe email address of the user to add the group.
Group NamesA comma-separated list of the user groups, product profile names or administrative groups.
For an admin group, the name can be one of the fixed groups _org_admin, _deployment_admin, or _support_admin; or a group-specific admin group.
These are identified with a prefix on the group name _admin_groupName, _product_admin_productName, _developer_groupName.
If the group exists but the admin group does not, an empty list is returned.

Example Output

{
	"completed": 2,
	"notCompleted": 1,
	"completedInTestMode": 1,
	"result": "<string>"
}

Workflow Library Example

Add User to Group with Adobe Cloud and Send Results Via Email

Preview this Workflow on desktop