SapccApiRemoveOrgUnitRoleFromOrgCustomerRequest
Request parameters for removeOrgUnitRoleFromOrgCustomer operation in SapccApi. SapccApiRemoveOrgUnitRoleFromOrgCustomerRequest
interface SapccApiRemoveOrgUnitRoleFromOrgCustomerRequest {
readonly baseSiteId: string;
readonly orgCustomerId: string;
readonly orgUnitId: string;
readonly roleId: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiRemoveOrgUnitRoleFromOrgCustomer |
orgCustomerId | Required | string | Organizational customer from which the role will be removed. {string} SapccApiRemoveOrgUnitRoleFromOrgCustomer |
orgUnitId | Required | string | Organizational unit identifier. {string} SapccApiRemoveOrgUnitRoleFromOrgCustomer |
roleId | Required | string | Role that is removed from the user. Example roles: b2badmingroup, b2bmanagergroup, or b2bcustomergroup. {string} SapccApiRemoveOrgUnitRoleFromOrgCustomer |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiRemoveOrgUnitRoleFromOrgCustomer |