I saw cloud confluence's latest API is v2. Now, I have a question. How to fetch group names from confluence space using REST API. When I try to get names using latest version, it is throwing an error. But when I use v1 API, I can able to fetch the names.
Now, my question is did Atlassian migrated group management API to v2?? If yes what is the endpoint to retrieve group names.
Hello @Jayanth ,
Based on latest documentation, API v2 for Group isn't available. You can fetch the Group ID from the API v2 of Space permission, and then use the v1 for Group.
Fetch Group name using ID: https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-group/#api-wiki-rest-api-group-by-id-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.