Reading members of Confluence in the space using API

Hello, I could use rest API to read the members in a confluence space using

{url}/wiki/rest/api/group/{group_name}/member?limit={limit}&start={start}&expand={expand}

but now it returns: {“statusCode”:410,“data”:{“authorized”:true,“valid”:true,“errors”:,“successful”:true},“message”:“com.atlassian.confluence.api.service.exceptions.pagesmodes.GoneException: This deprecated endpoint has been removed.”}

Is there any other way to read the members in a space using API

Hello @MertSaruhan

That API endpoint you have referenced is for Confluence DATA CENTER and it returns the members of a Group, not the members of a Space. That endpoint does not exist in Confluence Cloud.

The closed equivalent REST API endpoint for Confluence Cloud is the v1 Get Group Members endpoint, but it also has nothing to do with Spaces.

1 Like