SapccApiGetOrgUnitUsersRequest
Request parameters for getOrgUnitUsers operation in SapccApi. SapccApiGetOrgUnitUsersRequest
interface SapccApiGetOrgUnitUsersRequest {
readonly baseSiteId: string;
readonly currentPage?: number;
readonly fields?: string;
readonly orgUnitId: string;
readonly pageSize?: number;
readonly roleId: string;
readonly sort?: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetOrgUnitUsers |
currentPage | Optional | number | Current result page. Default value is 0. {number} SapccApiGetOrgUnitUsers |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetOrgUnitUsers |
orgUnitId | Required | string | Organizational unit identifier. {string} SapccApiGetOrgUnitUsers |
pageSize | Optional | number | Number of results returned per page. {number} SapccApiGetOrgUnitUsers |
roleId | Required | string | Role that is returned. Example roles: b2bapprovergroup, b2badmingroup, b2bmanagergroup, or b2bcustomergroup. {string} SapccApiGetOrgUnitUsers |
sort | Optional | string | Sorting method applied to the display search results. {string} SapccApiGetOrgUnitUsers |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiGetOrgUnitUsers |