Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 772 Bytes

FindGroupsRequest.md

File metadata and controls

14 lines (10 loc) · 772 Bytes

Yaksa.OrckestraCommerce.Client.Model.FindGroupsRequest

Groups are entities wrapping identities objects (users or groups).

Properties

Name Type Description Notes
Name string The part of the name to be found. [optional]
OrderBy string The 'order by attribute' use to sort groups. 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]

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