Connectors
...
Actions
Add Members
5 min
description adds a new member to a group in microsoft graph api using the provided 'group id' and member's '@odata id' endpoint url /v1 0/groups/{{group id}}/members/$ref method post inputs path parameters (object) – required group id (string) – required the id of the group to which the member will be added json body (object) – required @odata id (string) – required the id of the directory object to add as a member output example \[ { "status code" 204, "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" } ] output parameters status code (number) reason (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