Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1018 Bytes

FindUsersByNameRequest.md

File metadata and controls

17 lines (13 loc) · 1018 Bytes

Yaksa.OrckestraCommerce.Client.Model.FindUsersByNameRequest

Users represents the persons interacting with the system.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]