Alokai

SapccApiGetUserCustomerGroupsRequest

Request parameters for getUserCustomerGroups operation in SapccApi. SapccApiGetUserCustomerGroupsRequest

interface SapccApiGetUserCustomerGroupsRequest {
	readonly baseSiteId: string;
	readonly fields?: string;
	readonly userId: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiGetUserCustomerGroups
fieldsOptionalstringResponse configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetUserCustomerGroups
userIdRequiredstringUser identifier. {string} SapccApiGetUserCustomerGroups

On this page