SapccApiRemoveUsersFromCustomerGroupRequest
Request parameters for removeUsersFromCustomerGroup operation in SapccApi. SapccApiRemoveUsersFromCustomerGroupRequest
interface SapccApiRemoveUsersFromCustomerGroupRequest {
readonly baseSiteId: string;
readonly groupId: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiRemoveUsersFromCustomerGroup |
groupId | Required | string | Group identifier. {string} SapccApiRemoveUsersFromCustomerGroup |
userId | Required | string | User identifier or one of the literals: ‘current’ for currently authenticated user, ‘anonymous’ for anonymous user. {string} SapccApiRemoveUsersFromCustomerGroup |