Rechat SDK
    Preparing search index...

    The brand's agent roster. Returns the brokerage's users — see IUser.

    Requests are routed through the portal proxy, which resolves the brand from the portal. On a hostname with no registered portal these methods reject with the discovery error.

    Index

    Constructors

    Methods

    Constructors

    • Parameters

      • portalReady: Promise<PortalInfo>

      Returns Agents

    Methods

    • Fetches a single roster member by user id.

      Parameters

      • id: string

      Returns Promise<IUser>

    • Autocomplete-friendly roster search: a small result set by default, and failures resolve to an empty list so a typeahead never tears the page down. Use Agents.list when errors should surface.

      Parameters

      • params: { limit?: number; q: string }

      Returns Promise<IAgentsListResult>