SapccApiRemoveRoleFromOrgCustomerRequest
Request parameters for removeRoleFromOrgCustomer operation in SapccApi. SapccApiRemoveRoleFromOrgCustomerRequest
interface SapccApiRemoveRoleFromOrgCustomerRequest {
readonly baseSiteId: string;
readonly fields?: string;
readonly orgCustomerId: string;
readonly roleId: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiRemoveRoleFromOrgCustomer |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiRemoveRoleFromOrgCustomer |
orgCustomerId | Required | string | Organizational customer from which the role will be removed. {string} SapccApiRemoveRoleFromOrgCustomer |
roleId | Required | string | Role that is removed from the user. Example roles: b2badmingroup, b2bmanagergroup, or b2bcustomergroup. {string} SapccApiRemoveRoleFromOrgCustomer |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiRemoveRoleFromOrgCustomer |