Skip to main content

Parameters

emailAddress
String
required
discoveryRedirectUrl
String?
resetPasswordRedirectUrl
String?
resetPasswordExpirationMinutes
Int?
resetPasswordTemplateId
String?
locale
String?
verifyEmailTemplateId
String?

Returns

requestId
String
required
statusCode
Int
required
StytchB2B.discovery.passwords.resetStart(
    B2BDiscoveryPasswordResetStartParameters(
        emailAddress = "user@example.com",
        discoveryRedirectUrl = "myapp://discovery",
    )
)