Interface UsersLookupPhoneInput

interface UsersLookupPhoneInput {
    query: string;
    sendLoginLink?: "0" | "1";
    supportsSmsCode?: "0" | "1";
    waterfallId: string;
}

Properties

query: string

Username, phone or email

sendLoginLink?: "0" | "1"

¯_(ツ)_/¯

1
supportsSmsCode?: "0" | "1"

¯_(ツ)_/¯

1
waterfallId: string

You should generate your own waterfall id (randomUUID()). It should be the same for the whole password reset flow.