Connectors
...
Actions
Get All Users Default
6 min
description retrieves a comprehensive list of all users within atlassian jira, encompassing active, inactive, and deleted accounts endpoint url /rest/api/3/users method get inputs parameters (object) startat (number) the index of the first item to return maxresults (number) the maximum number of items to return output example \[ { "status code" 200, "response headers" { "date" "thu, 09 jan 2025 10 07 44 gmt", "content type" "application/json;charset=utf 8", "server" "atlassianedge", "timing allow origin" " ", "x arequestid" "45c9fb52879c4b3eb540cd8c9fb94205", "set cookie" "atlassian xsrf token=5b8d9da0169a025c9f394f0e4434c12aa4e646d5 lin; path=/; samesite=none; secure", "x aaccountid" "5d07f57ceec00a0bcb5eca63", "cache control" "no cache, no store, no transform", "vary" "accept encoding", "content encoding" "gzip", "x content type options" "nosniff", "x xss protection" "1; mode=block", "atl traceid" "d99ae7c156c84ec3be9436847ece934f", "atl request id" "d99ae7c1 56c8 4ec3 be94 36847ece934f", "strict transport security" "max age=63072000; includesubdomains; preload", "report to" "{\\"endpoints\\" \[{\\"url\\" \\"https //dz8aopenkvv6s cloudfront net\\"}], \\"group\\" \\"endpoint 1\\", \\"include subdomains\\" true, \\"max age\\" 600}", "nel" "{\\"failure fraction\\" 0 001, \\"include subdomains\\" true, \\"max age\\" 600, \\"report to\\" \\"endpoint 1\\"}", "server timing" "atl edge;dur=340,atl edge internal;dur=14,atl edge upstream;dur=328,atl edge pop;desc=\\"aws ap south 1\\"", "transfer encoding" "chunked" }, "reason" "ok", "json body" \[ { "self" "https //swimlane atlassian net/rest/api/3/user?accountid=557058 545e539f d725 4df9 623b3176d634", "accountid" "557058 545e539f d725 4df9 623b3176d634", "accounttype" "atlassian", "avatarurls" { "48x48" "https //avatar management avatars us west 2 prod public atl paas net/default avatar png", "24x24" "https //avatar management avatars us west 2 prod public atl paas net/default avatar png", "16x16" "https //avatar management avatars us west 2 prod public atl paas net/default avatar png", "32x32" "https //avatar management avatars us west 2 prod public atl paas net/default avatar png" }, "displayname" "former user", "active" false }, { "self" "https //swimlane atlassian net/rest/api/3/user?accountid=557058 9564a115 86ee a8ce 9d3a14b125d1", "accountid" "557058 9564a115 86ee a8ce 9d3a14b125d1", "accounttype" "atlassian", "avatarurls" { "48x48" "https //secure gravatar com/avatar/60e126c66b33d270979329ff9efb27e8?d=https%3a%2f%2favatar management avatars us west 2 prod public atl paas net%2finitials%2fak 3 png", "24x24" "https //secure gravatar com/avatar/60e126c66b33d270979329ff9efb27e8?d=https%3a%2f%2favatar management avatars us west 2 prod public atl paas net%2finitials%2fak 3 png", "16x16" "https //secure gravatar com/avatar/60e126c66b33d270979329ff9efb27e8?d=https%3a%2f%2favatar management avatars us west 2 prod public atl paas net%2finitials%2fak 3 png", "32x32" "https //secure gravatar com/avatar/60e126c66b33d270979329ff9efb27e8?d=https%3a%2f%2favatar management avatars us west 2 prod public atl paas net%2finitials%2fak 3 png" }, "displayname" "test user", "active" false } ] } ] output parameters status code (number) reason (string) json body (array) self (string) accountid (string) accounttype (string) avatarurls (object) 48x48 (string) 24x24 (string) 16x16 (string) 32x32 (string) displayname (string) active (boolean) response headers header type date string content type string server string timing allow origin string x arequestid string set cookie string x aaccountid string cache control string vary string content encoding string x content type options string x xss protection string atl traceid string atl request id string strict transport security string report to string nel string server timing string transfer encoding string