Skip to main content

Documentation Index

Fetch the complete documentation index at: https://stytch.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Parameters

name
ApiUserV1Name?
emails
List<ApiUserV1EmailString>?
phoneNumbers
List<ApiUserV1PhoneNumberString>?
cryptoWallets
List<ApiUserV1CryptoWalletString>?
trustedMetadata
Map<String, JsonElement>?
untrustedMetadata
Map<String, JsonElement>?

Returns

requestId
String
required
userId
String
required
emails
List<ApiUserV1Email>
required
phoneNumbers
List<ApiUserV1PhoneNumber>
required
cryptoWallets
List<ApiUserV1CryptoWallet>
required
user
ApiUserV1User
required
statusCode
Int
required
StytchConsumer.user.update({ name: { firstName: "Jane", lastName: "Doe" } })