Function getUserInfo

  • Given a user id, return the user's information from the Archon authentication layer.

    Parameters

    • id: UserId

      The user id to get information for.

    Returns Promise<User>

    The user's information.