Hi Team,
I received a question from a customer.
On Edge UI is there any way to configure ‘User Roles’ with view only access to ‘Organization Users’?
When we try to configure it by Management API:
curl -u user:pass [https://api.enterprise.apigee.com/v1/o/{org-name}/userroles](https://api.enterprise.apigee.com/v1/o/{org-name}/userroles) -H "Content-type:application/json" -X POST -d'{ "role" : [ { "name" : "orgUserOnly" } ] }'
curl -u user:pass [https://api.enterprise.apigee.com/v1/o/{org-name}/userroles/orgUserOnly/permissions](https://api.enterprise.apigee.com/v1/o/{org-name}/userroles/orgUserOnly/permissions) -H "Content-type:application/json" -X POST -d'{"path" : "/systemLevelUser","permissions" : [ "get" ]}'
and with assigning this “orgUserOnly” role to a registered user, the user cannot login to Edge UI.
If we assign it with other role like a custom role which has only view access to Product, then the user can log in to UI, but ‘Admin’>‘Organization Users’ menu is hidden.
Is this an expected behavior? Then are there any ways to configure custom role with view only for ‘Organization Users’?
Regards,
Toshi