Connectors
...
Actions
Create User
6 min
description creates a new user object in azure active directory, including all necessary attributes endpoint url /v1 0/users method post inputs json body (object) accountenabled (boolean) displayname (string) onpremisesimmutableid (string) mailnickname (string) userprincipalname (string) passwordprofile (object) forcechangepasswordnextsignin (boolean) forcechangepasswordnextsigninwithmfa (boolean) password (string) output example \[ { "status code" 200, "response headers" { "date" "fri, 18 aug 2023 11 21 47 gmt", "content type" "text/html; charset=utf 8", "content length" "16586", "connection" "keep alive", "cache control" "public, stale while revalidate=900, max age=900", "content encoding" "gzip", "expires" "fri, 18 aug 2023 11 13 00 gmt", "last modified" "fri, 18 aug 2023 10 55 00 gmt", "etag" "\\"q5cbyw9tosws\\"", "vary" "accept encoding, host", "x content type options" "nosniff", "x xss protection" "1; mode=block", "x ms version" "12 43 2 1 (v12 42 0 1#6c4023fb99 230803 0127) 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" "20230818t112147z 01cdhmnvkd2gf03bhy2330g8u000000002vg0000000220k1", "x cache" "tcp hit", "accept ranges" "bytes" }, "reason" "ok", "response text" "" } ] output parameters status code (number) reason (string) response text (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