Hi
Is it possible to know if an user is member of security group ?
I want to give a page access to an user but I want limite user selection to member of a group or other group. Is there a confirm rule or IFTTT that can test if user I selected is listed (or member) in a predefined security group to valid the entry ?
Thx
Regards
A thought would be that you could create a web service based drop down that is populated with the people in the group. The Confluence REST api is ...
https://{your server}/rest/api/group/{group name}/member
That way the only people that are selectable are people in the group.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.