confluence product: datacenter, on-premised
confluence version: 8.9.1
build number: 9104
According to rest api documents (server), get request to {baseurl}/rest/api/space/{spacekey}/permissions will return a list of permissions granted to users and groups in the paticular space, but all I got is status 404
Here is the complete response
{ "message": "null for uri: <baseurl>/rest/api/space/<spacekey>/permissions", "status-code": 404 }
Most of the other rest api are working fine and I'm requesting with basic authentication as system admin (which is admin of the target space of course)
Hello @Frank He
A 404 (Not Found) error is to be expected, since there are no space permissions endpoints for the REST API of version 8.9.1 of Confluence Data Center. Refer to the documentation for the REST API of that version of that product.
You have probably been reading documentation for a more recent version of that product
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.