an object with query parameters
Optional
fields?: stringA comma-delimited string of the requested fields per entity. If the 'links' value is omitted, then the entity HATEOAS link will also be omitted.
Optional
limit?: numberThe number of user entries to retrieve.
Optional
next?: stringGet users with IDs that are higher than the target user ID. Cannot be used in conjunction with prev.
Optional
prev?: stringGet users with IDs that are lower than the target user ID. Cannot be used in conjunction with next.
Optional
sort?: "name" | "-name" | "+name"The field to sort by, with +/- prefix indicating sort order
an object with the body content
Optional
options: ApiCallOptions
Retrieves a list of users matching the filter using an advanced query string.