Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 15.6 KB

File metadata and controls

10 lines (7 loc) · 15.6 KB

GetAccountUserGroupsRequest

Fields

Field Type Required Description Example
Limit long The maximum number of records to return per page. 100
Token string The pagination token returned from a previous call.
This will override any other pageable parameters provided.
1a2b3c4d5e6f7g8h9i10j11k
Filter string Filters narrow the results returned and support a combination of logical and comparison operators. The filter adheres to the pattern filter='field' comparisonType 'value'. The following logical operators and fields are supported:


| Field Path | Operators |
|-----------------|------------------------------------|
| name | in, eq, ne, sw, ew, co |
| createdBy | in, eq, ne, sw, ew, co |
| lastModifiedBy | in, eq, ne, sw, ew, co |
| created | eq, ne, lt, gt, le, ge |
| lastModified | eq, ne, lt, gt, le, ge |
name eq 'My User Group'