Retrieve the list of valid password based identity sources.

Obtain the list of currently configured and available password identity sources for this tenant.

Entitlements:
- authnAnyUser (authnAnyUser)

Query Params
string

Controls the results that are returned in a page.

You can use the following query parameters:

count - Use to define the total number of results that are returned from the data store. The maximum allowed value is 1000.

page - Use to identify the requested page, or the offset.

limit - Use to define the total number of results that are returned per page. The maximum allowed value is 1000.

A maximum of 200 results are returned if no pagination query parameters are passed.

Note: If you are not using the Swagger UI, the pagination parameter value must be HTML encoded. Use the prefix "pagination=" in the query parameter.

Example: Paginate on count=10&page=1&limit=5
pagination=count%3D10%26page%3D1%26limit%3D5

string

Sorts the returned results.

Each attribute must be prefixed with either + for ascending or - for descending.

Use a comma (,) to separate multiple attributes.

Note: If you are not using the Swagger UI, the sort parameter value must be HTML encoded. Use the prefix "sort=" in the query parameter.

Example: Sort on -enabled,+id
sort=-enabled%2C%2Bid

string

Returns results based on the search criteria.

Valid operators for Strings are = , != and contains. Use double quotation marks for the search values.
Valid operators for Booleans are = and !
Valid operators for Numbers are >=, >, <=, <, = and !=

Note: If you are not using the Swagger UI, the search parameter value must be HTML encoded. Use the prefix "search=" in the query parameter.

Example: Search on id contains "fd45"&enabled=true
search=id%20contains%20%22fd45%22%26enabled%3Dtrue

string

Displays results based on the filter criteria.

Filter values to be inclusive or exclusive only. It cannot be combined.

Use a comma (,) to separate multiple filter parameters.

Note: If you are not using the Swagger UI, the filter parameter value must be HTML encoded. Use the prefix "filter=" in the query parameter.

Examples
Filter to return only id : filter=id
Filter to exclude id and enabled : filter=%21id,enabled

Responses

Language
URL
Choose an example:
application/json