Skip to main content
You can edit a role definition using the or the . Roles are used with the API Authorization Core feature set.

Prerequisite

For role-based access control (RBAC) to work properly, you must enable it for your API using either the Dashboard or the Management API. The Authorization Core functionality is different from the Authorization Extension. For a comparison, read Authorization Core vs. Authorization Extension.

Dashboard

  1. Go to Dashboard > User Management > Roles and click the name of the role to view.
  2. Edit the role name and description, then click Save.

Management API

Make a PATCH call to the Update Role endpoint. Be sure to replace ROLE_ID, MGMT_API_ACCESS_TOKEN, ROLE_NAME, and ROLE_DESC placeholder values with your role ID, Management API , role name, and role description, respectively.

Learn more