I need to update the AD groups for list spaces in Confluence instance for granting permission and I am looking for rest API to achieve this. Could you please help me on the same?
Have a look at the available Rest API end-points for Confluence CD:
https://docs.atlassian.com/ConfluenceServer/rest/8.0.3/
For example, you can get a list of all members of a group:
GET /rest/api/group/{groupName}/member
But yeah, the DC rest api not offer as much as the Cloud one.
Hi,
You may want to create an Atlassian "native" group if you want to use the built-in Rest API capabilities on Groups and Users
If you want to update AD groups automatically, then you should be looking at IdP provider API's such as https://developer.okta.com/docs/reference/api/groups/.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @oliver.wihler for your response. We are using Confluence Data center platform and we have the list AD groups which need to be updated in Confluence spaces.
I am looking for the way to achieve it by using the APIs. Let me know if there is any other ways to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On Cloud you can add and remove space permissions. Is it this you were looking for?
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.
@Vasanthakumar Velusamythe DC Rest API is documented here:
https://docs.atlassian.com/ConfluenceServer/rest/latest
What do you mean by "list" AD group? What space property do you want to update? Permissions? Page restrictions? Or something else?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.