Edit the permissions.json file in the <dns_integrity_gateway>
directory to customize user access to the workflow administration screens. For example, if
you've created a user with the value 'admin' for the PortalGroup UDF, then the
permissions.json file would look like
this:
{ "admin": { "workflow_export_import": [ "admin" ], "workflow_permissions": [ "admin" ] } }
This user would have access to the workflow_export_import and workflow_permissions workflows.