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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.