IGPAPI
    Preparing search index...

    Interface AddressBookLinkResponse

    interface AddressBookLinkResponse {
        status: string;
        users: AddressBookLinkUser[];
        warning: string;
    }
    Index

    Properties

    Properties

    status: string
    warning: string