Have you ever wondered who is assigned a particular role? Yeah, me too – all the freaking time.
I took a look at this problem tonight for a colleague, and found that there is a way to do this (albeit not through the UI).
Enter yet another Postman collection!
For this, we will first authenticate as a tenant admin.
We then submit a request to bring back the system roles for a given tenant. The list of possible roles is below, take your pick. If you’re having trouble remembering who can do what, you can refresh your memory here.
Application Architect: COMPOSITION_SERVICE_APPLICATION_ARCHITECT
Approval Administrator: CSP_APPROVAL_ADMIN
Catalog Administrator: CATALOG_SERVICE_CATALOG_ADMIN
Infrastructure Architect: COMPOSITION_SERVICE_INFRASTRUCTURE_ARCHITECT
Service Architect: DESIGNER_SERVICE_ARCHITECT
Software Architect: SOFTWARE_SERVICE_SOFTWARE_ARCHITECT
Tenant Administrator: CSP_TENANT_ADMIN
The postman collection is available on Github. Hope that helps!