curl --location --request GET 'http://jira.local:8080/jira/rest//rest/api/3/permissionscheme//permission'
{"permissions":[{"id":10000,"self":"https://your-domain.atlassian.net/rest/api/3/permissionscheme/permission/10000","holder":{"type":"group","parameter":"jira-core-users","value":"ca85fac0-d974-40ca-a615-7af99c48d24f","expand":"group"},"permission":"ADMINISTER_PROJECTS"}],"expand":"user,group,projectRole,field,all"}
permissions
Returns all permission grants for each permission scheme.user
Returns information about the user who is granted the permission.group
Returns information about the group that is granted the permission.projectRole
Returns information about the project role granted the permission.field
Returns information about the custom field granted the permission.all
Returns all expandable information.type
, a type-dependent parameter
and a type-dependent value
. See Holder object in Get all permission schemes for more information.