Can you help me, how can i find current user groups using Rest API .
Hi @Stanislav ,
you can have a look at the following documentation that describes how to get Group information with the Confluence API : https://docs.atlassian.com/ConfluenceServer/rest/6.14.1/#api/group-getGroups
Let me know if this helps,
--Alexis
@Alexis Robert I see it, but how to get groups in which current user is in ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In this case you can use the Get Groups method : https://docs.atlassian.com/ConfluenceServer/rest/6.14.1/#api/user
For example :
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.