Update user profile
Bearer authentication header of the form Bearer <token> where <token> is the user's Rownd JWT
Rownd application ID
User profile attributes
{
"rownd:app_variants": ["app_variant_1", "app_variant_2"],
"myapp:subscription_status": ["active"],
"myapp:loyalty_points": ["100"]
}User profile data
{
"user_id": "user_a7b53gwdaml5jt7t71442nt7",
"email": "[email protected]",
"first_name": "Gary",
"last_name": "Jackson"
}Data successfully updated
The user's ID
"user_a7b53gwdaml5jt7t71442nt7"
The user's state
enabled, disabled The user's authentication level
"verified"
User profile attributes
{
"rownd:app_variants": ["app_variant_1", "app_variant_2"],
"myapp:subscription_status": ["active"],
"myapp:loyalty_points": ["100"]
}User profile data
{
"user_id": "user_a7b53gwdaml5jt7t71442nt7",
"email": "[email protected]",
"first_name": "Gary",
"last_name": "Jackson"
}User profile data that has been verified
{
"email": "[email protected]",
"phone_number": "+19199993333"
}Groups in which the user is a member