Users represents the persons interacting with the system.
Name | Type | Description | Notes |
---|---|---|---|
IncludeDisabled | bool | Indicates whether the query should include disabled user | [optional] |
MaxResults | int | The maximum of user results to return. | [optional] |
Name | string | The name of the user. | [optional] |
OrderBy | string | The 'order by attribute' use to sort users. By default, the users will be order by DisplayName. | [optional] |
PageIndex | int | The index of the result page | [optional] |
PageSize | int | The number results to return. Used for paging. | [optional] |
SortDirection | string | Indicates how to sort the users | [optional] |