Rechat SDK
    Preparing search index...

    Interface IAgentsListParams

    interface IAgentsListParams {
        limit?: number;
        q?: string;
        start?: number;
    }
    Index

    Properties

    Properties

    limit?: number

    Defaults to 20.

    q?: string

    Filters the roster by name, email or MLS id.

    start?: number

    Pagination cursor: index of the first roster member to return.