Hello Everyone,
I’m working on a Confluence Forge app and need to retrieve two things for a specific space:
List of groups that have permissions on the space
Whether Anonymous access is enabled for that space
I’ve checked the available Confluence Cloud REST APIs, including /wiki/rest/api/space/{spaceKey} and /wiki/rest/api/space/{spaceId}/permissions, but I’m not sure if these endpoints provide all the required details or if there’s a better approach in Forge to get this information.
Is there a recommended API or another method in Forge to:
Fetch all groups associated with a space?
Verify if Anonymous permissions are configured for that space?
Any guidance or examples would be appreciated.
Thanks and Regards,
Jyoti