an object with query parameters
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 groups matching the filter using advanced query string.