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
Hi @Jyoti Kumari and welcome to Community!
You may be able to get more assistance on developing in Forge over on the Developer community: https://community.developer.atlassian.com/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.