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
emails
List<ApiUserV1EmailString>?
phoneNumbers
List<ApiUserV1PhoneNumberString>?
cryptoWallets
List<ApiUserV1CryptoWalletString>?
trustedMetadata
Map<String, JsonElement>?
untrustedMetadata
Map<String, JsonElement>?
Returns
emails
List<ApiUserV1Email>
required
phoneNumbers
List<ApiUserV1PhoneNumber>
required
cryptoWallets
List<ApiUserV1CryptoWallet>
required
emails
List<ApiUserV1Email>
required
phoneNumbers
List<ApiUserV1PhoneNumber>
required
webauthnRegistrations
List<ApiUserV1WebAuthnRegistration>
required
providers
List<ApiUserV1OAuthProvider>
required
totps
List<ApiUserV1TOTP>
required
cryptoWallets
List<ApiUserV1CryptoWallet>
required
biometricRegistrations
List<ApiUserV1BiometricRegistration>
required
trustedMetadata
Map<String, JsonElement>?
untrustedMetadata
Map<String, JsonElement>?
StytchConsumer.user.update({ name: { firstName: "Jane", lastName: "Doe" } })