User Profiles
Update one field in a user profile
Update the value of one field in a user profile
PUT
/
me
/
applications
/
{app}
/
data
/
fields
/
{field}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
where <token>
is the user's Rownd JWT
Path Parameters
app
string
requiredRownd application ID
field
string
requiredThe name of a field in your application schema
Body
value
string
requiredResponse
200 - application/json
rownd_user
string
The user's ID
state
enum<string>
default: enabledThe user's state
Available options:
enabled
, disabled
auth_level
string
The user's authentication level
data
any
User profile data
verified_data
object
User profile data that has been verified
groups
object[]
Groups in which the user is a member
meta
object
connection_map
object