Faroe.getPasswordResetRequest()
Mapped to GET /password-reset-requests/[request_id].
Gets a password reset request. Returns null
if the request doesn't exist.
Definition
async function getPasswordResetRequest(
requestId: string
): Promise<FaroePasswordResetRequest | null>
Parameters
requestId
Error codes
UNKNOWN_ERROR