IGPAPI
    Preparing search index...

    Interface UsersSearchResponse

    interface UsersSearchResponse {
        has_more: boolean;
        num_results: number;
        rank_token: string;
        status: string;
        users: UsersSearchResponseUsersItem[];
    }
    Index

    Properties

    has_more: boolean
    num_results: number
    rank_token: string
    status: string