Connectors
...
Actions
Create Contact
5 min
description adds a new contact to a specified folder in microsoft graph api using the provided 'id' endpoint url /v1 0/users/{{id}}/contacts method post inputs path parameters (object) – required id (string) – required json body (object) – required givenname (string) the contact's given name surname (string) the contact's surname emailaddresses (array) the contact's email addresses address (string) the email address of the contact name (string) the display name of the contact businessphones (array) the contact's business phone numbers output example \[ { "status code" 200, "response headers" { "cache control" "no cache", "transfer encoding" "chunked", "content type" "application/json;odata metadata=minimal;odata streaming=true;ieee754compatible=false;charset=utf 8", "content encoding" "gzip", "vary" "accept encoding", "strict transport security" "max age=31536000", "request id" "f2584bdf 0295 424e bdb1 2df08413c0c3", "client request id" "f2584bdf 0295 424e bdb1 2df08413c0c3", "x ms ags diagnostic" "{\\"serverinfo\\" {\\"datacenter\\" \\"central india\\",\\"slice\\" \\"e\\",\\"ring\\" \\"3\\",\\"scaleunit\\" \\"002\\",\\"roleinstance\\" \\"pn2pepf00000273\\"}}", "x ms resource unit" "2", "odata version" "4 0", "date" "wed, 06 nov 2024 15 54 59 gmt" }, "reason" "ok", "json body" { "id" "id value", "createddatetime" "2015 11 09t02 14 32z", "lastmodifieddatetime" "2015 11 09t02 14 32z", "displayname" "pavel bansky" } } ] output parameters status code (number) reason (string) json body (object) id (string) createddatetime (string) lastmodifieddatetime (string) displayname (string) response headers header type cache control string transfer encoding string content type string content encoding string vary string strict transport security string request id string client request id string x ms ags diagnostic string x ms resource unit string odata version string date string