Alokai

SapccApiRemoveUsersFromCustomerGroupRequest

Request parameters for removeUsersFromCustomerGroup operation in SapccApi. SapccApiRemoveUsersFromCustomerGroupRequest

interface SapccApiRemoveUsersFromCustomerGroupRequest {
	readonly baseSiteId: string;
	readonly groupId: string;
	readonly userId: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiRemoveUsersFromCustomerGroup
groupIdRequiredstringGroup identifier. {string} SapccApiRemoveUsersFromCustomerGroup
userIdRequiredstringUser identifier or one of the literals: ‘current’ for currently authenticated user, ‘anonymous’ for anonymous user. {string} SapccApiRemoveUsersFromCustomerGroup

On this page