Click or drag to resize

UsersControllerGetUsers Method

(An Action that handles HTTP GET requests) (Restricted to Roles = Role.Admin) gets the users.

Namespace:  awsomAPI.Controllers
Assembly:  awsomAPI (in awsomAPI.exe) Version: 1.0.0
Syntax
C#
public Task<ActionResult> GetUsers()

Return Value

Type: TaskActionResult
An asynchronous result that yields all the users.
Remarks
Vanvoljg, 18-Jul-19.
See Also