User Profiles
List user profiles
GET
/applications/{app}/users/data?fields=string&lookup_filter=string&id_filter=string
fields
lookup_filter
id_filter
curl --request GET \
--url 'https://api.rownd.io/applications/{app}/users/data?fields=string&lookup_filter=string&id_filter=string'
Query Parameters
fields
string
lookup_filter
string
The values of verification fields to filter by (e.g., email, phone number). Depends on what verification method is used by the underlying application. This is a comma-separated list of values.
id_filter
string
A comma-separated list of user IDs to filter by. If any ID is not found, it will be excluded from the response.
Path Parameters
app
string
Response attributes
total_results
number
results
[undefined]
results.rownd_user
string
results.data
object
results.redacted
array
results.recoke_after
object
results.retain_until
object
curl --request GET \
--url 'https://api.rownd.io/applications/{app}/users/data?fields=string&lookup_filter=string&id_filter=string'