an object with query parameters
Optionalfields?: 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.
Optionallimit?: numberThe number of user entries to retrieve.
Optionalnext?: stringGet users with IDs that are higher than the target user ID. Cannot be used in conjunction with prev.
Optionalprev?: stringGet users with IDs that are lower than the target user ID. Cannot be used in conjunction with next.
Optionalsort?: "name" | "-name" | "+name"The field to sort by, with +/- prefix indicating sort order
an object with the body content
Optionaloptions: ApiCallOptions
Retrieves a list of users matching the filter using an advanced query string.