SapccApiDoAddOrgUnitRoleToOrgCustomerRequest
Request parameters for doAddOrgUnitRoleToOrgCustomer operation in SapccApi. SapccApiDoAddOrgUnitRoleToOrgCustomerRequest
interface SapccApiDoAddOrgUnitRoleToOrgCustomerRequest {
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} SapccApiDoAddOrgUnitRoleToOrgCustomer |
orgCustomerId | Required | string | Organizational customer to which the role will be added. {string} SapccApiDoAddOrgUnitRoleToOrgCustomer |
orgUnitId | Required | string | Organizational unit identifier. {string} SapccApiDoAddOrgUnitRoleToOrgCustomer |
roleId | Required | string | Role that is added to the user. Example role: b2bapprovergroup. {string} SapccApiDoAddOrgUnitRoleToOrgCustomer |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiDoAddOrgUnitRoleToOrgCustomer |