You are not logged in. Click here to log in.

codebeamer Application Lifecycle Management (ALM)

Search In Project

Search inClear

Tags:  not added yet

CB:/images/space.gif

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