Update User
Update information about a user. Any fields which are omitted in the request will be left unchanged.
Path Parameters
The ID of the user.
Body
A JSON object which can include any key/value pairs. Should be provided when using rules based on your own data points.
The username used as the primary identifier for passkeys, e.g. an email address.
The display name used as an optional secondary identifier for passkeys, e.g. the user's full name.
The user's email address.
The user's phone number in E.164 format.
Response
The user's ID.
The user's email address.
The user's phone number in E.164 format.
The username used as the primary identifier for passkeys, e.g. an email address.
The display name used as an optional secondary identifier for passkeys, e.g. the user's full name.
A JSON object which can include any key/value pairs. Should be provided when using rules based on your own data points.
Was this page helpful?