User Profiles
Retrieve one field from a user profile
Retrieve the value of one field in a user profile
GET
/
applications
/
{app}
/
users
/
{user}
/
data
/
fields
/
{field}
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
user
string
requiredfield
string
requiredThe name of a field in your application schema
Query Parameters
preview
enum<string>
Return an image thumbnail of the resource
Available options:
small
, medium
, large
fail_on_error
string
Return a 403 status code if the field is unshared by the user
Response
200 - application/json
value
string