User Managemant

PRO

The Pro theme comes with an out of the box user management option. To access this option ,click the `Examples (API)/User Management` link in the left sidebar or add /examples/user-management/list-users to the URL.
The first thing you will see is a list of existing users. You can add new ones by clicking the `Add user` button (above the table on the right). On the Add user page, you will find a form which allows you to fill out the user`s name, email, role and password.

You can find the compoments for user functionality in `src\views\examplesApi\UserManagement` folder.
The store used for user functionality is found in `src\store\user.module.js` and you can find the service file in `src\services\user.service.js`.
Once you add more users, the list will grow and for every user you will have edit and delete options (access these options by clicking the icons for those actions that appears at the end of every row).


User List