Faroe.getPasswordResetRequest()
Mapped to GET /users.
Gets a user. Returns null
if the user doesn't exist.
Definition
async function getUser(userId: string): Promise<FaroeUser | null>
Parameters
userId
Error codes
UNKNOWN_ERROR
Mapped to GET /users.
Gets a user. Returns null
if the user doesn't exist.
async function getUser(userId: string): Promise<FaroeUser | null>
userId
UNKNOWN_ERROR