function setUserPassword setUserPassword(userId: number,password: string,): Promise<string> Set a user's password (for invite flow) Parameters userId: number password: string Return Type Promise<string>