Create a new contact and return the person resource for that contact.
HTTP request
POST https://people.googleapis.com/v1/people:createContact
The URL uses gRPC Transcoding syntax.
Request body
The request body contains an instance of Person
.
Response body
If successful, the response body contains an instance of Person
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/contacts
For more information, see the Authorization guide.