Interface UsersLookupInput

interface UsersLookupInput {
    countryCodes?: string;
    query: string;
    waterfallId: string;
}

Properties

countryCodes?: string

¯_(ツ)_/¯

Most likely the default country code of your phone by your location. For me, it was [{"country_code":"7","source":["default"]}]

[{"country_code":"7","source":["default"]}]
query: string

Username, phone or email

waterfallId: string

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