Swagger V3 permission changes
Account admin permission is needed to list all users in the system
Since codeBeamer 10.1 new restrictions were introduced on the GET /v3/users endpoint.
As this endpoint provides information about all users in the system, it now requires Account admin permission for the authenticated caller.
In order to avoid this restriction an application configuration entry or an environment variable can be used.
Application configuration:
"swagger" : {
"checkAccountAdminPermissions" : false
},
Environment variable:
CB_swagger_checkAccountAdminPermissions=false