delegation/groups
Retrieve all the delegates of a specific group.
Request
https://your.server.url/rest/wittified/delegated-groups/1.0/delegation/groups?group=
Parameters
Parameter Name | Value | Description |
|---|---|---|
group | String | Name of the Jira/Confluence Group to retrieve information for. This group name supports special characters except %,+ as URL encoding itself replaces this values. |
Sample request
curl -u admin:admin -X GET -H "Content-Type: application/json" http://your.server.url/rest/wittified/delegated-groups/1.0/delegation/groups?group=jira-developers
Sample response
{"userOwners":"admin,jdg-rest-admin,user1","groupOwners":"jira-administrators","group":"jira-developers"}
