You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
OrgUnitUserList
Representation of an user list used in organizational units OrgUnitUserList
export interface OrgUnitUserList {
'pagination': DeprecatedPagination;
'sorts': Array<Sort>;
'users': Array<User>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
pagination | Required | DeprecatedPagination | {DeprecatedPagination} OrgUnitUserList |
sorts | Required | Array<Sort> | List of sorts {Array<Sort>} OrgUnitUserList |
users | Required | Array<User> | List of users {Array<User>} OrgUnitUserList |