Connectors
...
Actions
Get Identity Directory Domain List
6 min
description retrieve domain objects for identity management via microsoft graph api, providing an overview of configured domains endpoint url v1 0/domains method get inputs parameters (object) url query parameters count (string) include a count of the total number of items in a collection alongside the page of data values returned from microsoft graph filter (string) use the $filter query parameter to retrieve just a subset of a collection for guidance on using $filter, see https //learn microsoft com/en us/graph/filter query parameter https //learn microsoft com/en us/graph/filter query parameter orderby (string) to sort the results in ascending or descending order, append either asc or desc to the field name, separated by a space top (number) sets the page size of results 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" "b5a524cf a136 43aa ba1e 2cd046055f52", "client request id" "b5a524cf a136 43aa ba1e 2cd046055f52", "x ms ags diagnostic" "{\\"serverinfo\\" {\\"datacenter\\" \\"south central us\\",\\"slice\\" \\"e\\",\\"ring\\" \\"5\\",\\"scaleunit\\" \\"003\\",\\"roleinstance\\" \\"sn4pepf000004fc\\"}}", "x ms resource unit" "1", "odata version" "4 0", "date" "tue, 20 dec 2022 18 47 40 gmt" }, "reason" "ok", "json body" { "@odata context" "https //graph microsoft com/v1 0/$metadata#domains", "value" \[ { "authenticationtype" "managed", "availabilitystatus" null, "id" "bestcompanyever com", "isadminmanaged" true, "isdefault" false, "isinitial" false, "isroot" false, "isverified" false, "supportedservices" \[], "passwordvalidityperiodindays" null, "passwordnotificationwindowindays" null, "state" null }, { "authenticationtype" "managed", "availabilitystatus" null, "id" "swimlaneintegrations onmicrosoft com", "isadminmanaged" true, "isdefault" true, "isinitial" true, "isroot" true, "isverified" true, "supportedservices" \[ "email", "officecommunicationsonline" ], "passwordvalidityperiodindays" 2147483647, "passwordnotificationwindowindays" 14, "state" null } ] } } ] output parameters status code (number) reason (string) json body (object) @odata context (string) value (array) authenticationtype (string) availabilitystatus (object) id (string) isadminmanaged (boolean) isdefault (boolean) isinitial (boolean) isroot (boolean) isverified (boolean) supportedservices (array) passwordvalidityperiodindays (number) passwordnotificationwindowindays (number) state (object) 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