Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token> where <token> is the user's Rownd JWT

Path Parameters

app
string
required

Rownd application ID

field
string
required

The name of a field in your application schema

Body

value
string
required

Response

200 - application/json

The value of the data field

rownd_user
string
read-only

The user's ID

Example:

"user_a7b53gwdaml5jt7t71442nt7"

state
enum<string>
default:enabled
read-only

The user's state

Available options:
enabled,
disabled
auth_level
string
read-only

The user's authentication level

Example:

"verified"

attributes
object

User profile attributes

Example:
data
object

User profile data

Example:
verified_data
object
read-only

User profile data that has been verified

Example:
groups
object[]
read-only

Groups in which the user is a member

meta
object
connection_map
object
read-only