The Pro theme allows you to add user roles. By default, the theme comes with Admin, Creator and Member roles. To access the role management example click the `Examples (API)/Role Management` link in the left sidebar or add /examples/role-management/list-roles to the URL. Here you can add/edit new roles. To add a new role, click the `Add role` button. To edit an existing role, click the edit role icon from table. In both cases, you will be directed to a form which allows you to modify the name of a role.
You can find the compoments for role functionality in `src\views\examplesApi\RoleManagement` folder. The store used for role functionality is found in `src\store\role.module.js` and you can find the service file in `src\services\role.service.js`.