Function fetchUserPublicProfiles

  • Batch-load the user public profile view for a set of identifiers.

    Parameters

    • userIds: Iterable<string>

      Collection of user IDs to hydrate via UserView

    Returns Promise<Map<string, UserView>>

    Map of user IDs to their corresponding UserView