REST Resource: otherContacts

  • This resource has no persistent data associated with it.

  • The copyOtherContactToMyContactsGroup method copies an "Other contact" to a new contact in the user's "myContacts" group, requiring sequential mutate requests.

  • The list method retrieves all "Other contacts" that are not in any contact group.

  • The search method returns a list of contacts within the authenticated user's other contacts that match the given search query.

Resource

There is no persistent data associated with this resource.

Methods

copyOtherContactToMyContactsGroup

Copies an "Other contact" to a new contact in the user's "myContacts" group

Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.

list

List all "Other contacts", that is contacts that are not in a contact group.
Provides a list of contacts in the authenticated user's other contacts that matches the search query.