an object with query parameters
Optional
filter?: stringThe advanced filtering to use for the query. Refer to RFC 7644 for the syntax. All conditional statements within this query parameter are case insensitive.
Optional
limit?: numberThe number of roles to retrieve.
Optional
next?: stringThe next page cursor.
Optional
prev?: stringThe previous page cursor.
Optional
sort?: stringOptional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending.
Optional
totalResults?: booleanDetermines wether to return a count of the total records matched in the query. Defaults to false.
Optional
options: ApiCallOptions
Returns a list of roles using cursor-based pagination.