Search for user profiles

Searches an entity type for users meeting the specified criteria. For example, you might search for all the users who have not logged on since a specified date, or for all the users whose accounts were created after a that date.

Recipes
Search for user profiles
Open Recipe
Form Data
string

Name of the entity type (user profile database) where the user profile is stored.

string

Expression used to filter the result. By default, all records are returned.

string

Unique identifier of your Identity Cloud application. You can find your application ID on Console’s Manage Application page.

sort_on
array of strings

Specifies the sort order. Note that the sort_on parameter sorts results by using ASCII order. By default, results are sorted in ascending order. To sort in descending order, place a minus sign (-) directly in front of the appropriate attribute. For example: -displayName. If the sort order isn't important we recommend you include the sort_on parameter and set the value to an empty array: sort_on='[]'. Doing this typically speeds up an unsorted query.

sort_on
attributes
array of strings

Attributes for the user profile.

attributes
Response

Response body
object
string

Status of the operation.

OK ERROR FAIL

integer

Number of user accounts returned by the search operation.

results
array of strings

User profile attributes and values returned by the search operation.

results
Language
Authentication
URL