You can view the users assigned to a role using the or the . Roles are used with the API Authorization Core feature set.

Prerequisites

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. Click the Users tab.
The following information is displayed for each user:
ColumnDescription
PictureUser’s picture from the user profile.
NameUser’s name from the user profile.
Email addressUser’s email address from the user profile.

Management API

To retrieve a list of users assigned to a role, see Get a Role’s Users.

Learn more