I have admin permissions I need to export all users using REST.
see this:
https://community.atlassian.com/t5/Jira-questions/Jira-rest-api-get-all-users/qaq-p/545237
baseurl/rest/api/latest/user/search?startAt=0&maxResults=1000&username=% (looks like you need to replace last % symbol with either . or _ depending on jira version)
edit: maxResults can't be more than 1000, so if you have more users guess it won't work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.