delegation/getGroup/{group}

Retrieve all the delegates of a specific group.

Request


Parameters

Parameter Name
Value
Description
groupStringName of the Jira/Confluence Group to retrieve information for

Sample request

curl -u admin:admin -X GET  -H "Content-Type: application/json" http://your.server.url/rest/wittified/delegated-groups/1.0/delegation/getGroup/jira-developers


Sample response


{"userOwners":"admin,jdg-rest-admin,user1","groupOwners":"jira-administrators","group":"jira-developers"}