I am trying to fetch all users of confluence data center using endpoint `http://10.50.4.74:8090/rest/api/latest/user/search?username=''&startAt=0&maxResults=1000` but getting 404 not found error with response:
See here: https://docs.atlassian.com/ConfluenceServer/rest/8.4.0/#api/user-getUser
404 - Returned if a user with the given username or userkey does not exist
Likely what you're after is this, /rest/api/user/list - https://docs.atlassian.com/ConfluenceServer/rest/8.4.0/#api/user-getUsers
For space perms, I don't want to ask which endpoint you're trying, but it shouldn't/doesn't exist, they've never made a proper space permissions crud interface - https://jira.atlassian.com/browse/CONFSERVER-78176
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.