Connectors
...
Actions
Get User
6 min
description retrieves detailed properties and relationships of a user in azure active directory using their unique id endpoint url /v1 0/users/{{id}} method get inputs path parameters (object) – required id (string) – required parameters (object) $select (string) filters properties (columns) output example \[ { "status code" 200, "response headers" { "date" "wed, 23 aug 2023 13 20 02 gmt", "content type" "text/html; charset=utf 8", "content length" "16595", "connection" "keep alive", "cache control" "public, stale while revalidate=900, max age=900", "content encoding" "gzip", "expires" "wed, 23 aug 2023 13 26 00 gmt", "last modified" "wed, 23 aug 2023 13 08 00 gmt", "etag" "\\"whurpqeayniy\\"", "vary" "accept encoding, host", "x content type options" "nosniff", "x xss protection" "1; mode=block", "x ms version" "12 43 4 1 (v12 42 0 1#162d343f82 230814 2250) signed", "strict transport security" "max age=31536000; includesubdomains", "nel" "{\\"report to\\" \\"network errors\\",\\"max age\\" 86400,\\"success fraction\\" 0 001,\\"failure fraction\\" 1 0}", "report to" "{\\"group\\" \\"network errors\\",\\"max age\\" 86400,\\"endpoints\\" \[{\\"url\\" \\"https //eafc nelreports net/api/report?cat=aportal\\"}]}", "content security policy" "frame ancestors 'self'", "x frame options" "sameorigin", "access control allow origin" " ", "timing allow origin" " ", "x ms content source" "diskpersistentcontentcache", "referrer policy" "strict origin when cross origin", "permissions policy" "accelerometer=(), ambient light sensor=(), battery=(), camera=(), gyroscope=(), magnetometer=(), screen wake lock=()", "x ua compatible" "ie=edge", "x azure ref" "20230823t132002z 5u109qe2td3xf64dz2k6r7keq00000000c4000000000ydtx", "x cache" "tcp hit", "accept ranges" "bytes" }, "reason" "ok", "response text" { "businessphones" \[ "+1 425 555 0109" ], "displayname" "adele vance", "givenname" "adele", "jobtitle" "retail manager", "mail" "adelev\@contoso onmicrosoft com", "mobilephone" "+1 425 555 0109", "officelocation" "18/2111", "preferredlanguage" "en us", "surname" "vance", "userprincipalname" "adelev\@contoso onmicrosoft com", "id" "87d349ed 44d7 43e1 9a83 5f2406dee5bd" } } ] output parameters status code (number) reason (string) response text (object) businessphones (array) displayname (string) givenname (string) jobtitle (string) mail (string) mobilephone (string) officelocation (string) preferredlanguage (string) surname (string) userprincipalname (string) id (string) response headers header type date string content type string content length string connection string cache control string content encoding string expires string last modified string etag string vary string x content type options string x xss protection string x ms version string strict transport security string nel string report to string content security policy string x frame options string access control allow origin string timing allow origin string x ms content source string referrer policy string permissions policy string x ua compatible string x azure ref string x cache string accept ranges string