UsersController Class

This controller is responsible for handling requests related to users.

Definition

Namespace: SECODashBackend.Controllers
Assembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
C#
public class UsersController : ControllerBase
Inheritance
ControllerBase    UsersController

Constructors

UsersControllerInitializes a new instance of the UsersController class

Methods

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.

See Also