/people/me/connections
listContactsRetrieves a list of contacts for the authenticated user. Specify which details to include via the `personFields` parameter (e.g., names, email addresses, phone numbers). Supports results pagination.
Parameters
Name | In | Required | Description |
---|---|---|---|
personFields | query | Yes | Comma-separated list of fields to return, e.g., 'names,emailAddresses'. |
pageToken | query | No | Token to retrieve a specific page of results. |
Responses
Status | Description |
---|---|
200 | A list of contacts with the requested fields. |