User Profiles
List user profiles
GET
/
applications
/
{app}
/
users
/
data
Authorizations
x-rownd-app-key
string
headerrequiredThe publishable key of your application credentials. (more details)
x-rownd-app-secret
string
headerrequiredThe private secret of your application credentials. (more details)
Path Parameters
app
string
requiredRownd application ID
Query Parameters
fields
string
Comma-separated list of fields to include in the profile data
lookup_filter
string
Return resources that match this filter
id_filter
string
A comma-separated list of resource IDs to filter by
page_size
integer
Number of resources to return per query. Max is 1000.
after
string
ID of the last resource in the previous page. If provided, the next page of results is returned beginning with this resource ID.
sort
enum<string>
Which direction to sort the results
Available options:
asc
, desc
include_duplicates
boolean
Include multiple users if they are found using the lookup and id filters
Response
200 - application/json
total_results
number
The number of results
results
object[]
The list of user profiles