public class UsersController : ControllerBase| UsersController | Initializes a new instance of the UsersController class |
| AddUserAsync | Add a User to the database. |
| GetAllAsync | Return all Users saved in the database. |
| GetByNameAsync | |
| LoginRequest | |
| PermitEditor | Handle the request to give an 'Admin' editorial rights of an ecosystem. |
| RemoveUser | Remove a User by by provided Id. |
| UpdatePermissions | Handle the request for changing the users permissions level. |