PATCH
/
users
/
{userId}

Path Parameters

userId
string
required

The ID of the user.

Body

application/json
custom
object

A JSON object which can include any key/value pairs. Should be provided when using rules based on your own data points.

username
string

The username used as the primary identifier for passkeys, e.g. an email address.

displayName
string

The display name used as an optional secondary identifier for passkeys, e.g. the user's full name.

email
string

The user's email address.

phoneNumber
string

The user's phone number in E.164 format.

Response

200 - application/json
userId
string

The user's ID.

email
string

The user's email address.

phoneNumber
string

The user's phone number in E.164 format.

username
string

The username used as the primary identifier for passkeys, e.g. an email address.

displayName
string

The display name used as an optional secondary identifier for passkeys, e.g. the user's full name.

custom
object

A JSON object which can include any key/value pairs. Should be provided when using rules based on your own data points.