I want to fetch the names of the users that have access in to a confluence space. Is there a way to get this through confluence api?
You can get all users and groups from space by using this api (GET): https://<your-site>/wiki/rest/api/space?spaceKey=<space-key>&expand=permissions&limit=2147483647
Regards,
Seba
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.