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": 5,
	"notCompleted": 5,
	"completedInTestMode": 0,
	"errors": [
		{
			"index": 1,
			"step": 0,
			"requestID": "Two2_123456",
			"message": "User Id does not exist: test@test_fake.us",
			"user": "test@test_fake.us",
			"errorCode": "error.user.nonexistent"
		},
		{
			"index": 3,
			"step": 0,
			"requestID": "Four4_123456",
			"message": "Group NON_EXISTING_GROUP was not found",
			"user": "user4@example.com",
			"errorCode": "error.group.not_found"
		},
		{
			"index": 5,
			"step": 0,
			"requestID": "Six6_123456",
			"message": "User Id does not exist: test@test_fake.fake",
			"user": "test6@test_fake.fake",
			"errorCode": "error.user.nonexistent"
		},
		{
			"index": 7,
			"step": 0,
			"requestID": "Eight8_123456",
			"message": "Changes to users are only allowed in claimed domains.",
			"user": "fake8@faketest.com",
			"errorCode": "error.domain.trust.nonexistent"
		},
		{
			"index": 9,
			"step": 0,
			"requestID": "Ten10_123456",
			"message": "Group NON_EXISTING_GROUP was not found",
			"user": "user10@example.com",
			"errorCode": "error.group.not_found"
		}
	],
	"result": "partial",
	"warnings": [
		{
			"warningCode": "warning.command.deprecated",
			"requestID": "Four4_123456",
			"index": 3,
			"step": 0,
			"message": "'product' command is deprecated. Please use productConfiguration.",
			"user": "user4@example.com"
		},
		{
			"warningCode": "warning.command.deprecated",
			"requestID": "Ten10_123456",
			"index": 9,
			"step": 0,
			"message": "'product' command is deprecated. Please use productConfiguration.",
			"user": "user10@example.com"
		}
	]
}

Workflow Library Example

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

Preview this Workflow on desktop