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