-
Notifications
You must be signed in to change notification settings - Fork 1
Users
filipbitola edited this page Jan 18, 2015
·
7 revisions
The following URL structure exists for this controller:
api/Users/{action}/{userId : optional}
The following calls are currently available for the Users controller:
- Description: Gets a list of all users in the database.
- Response Format: JSON of IEnumerable<UserModel>
- Permission: CanSeeAllUsers
- Description: Dummy route to trigger the Authentication handler.
- Response Format: NoContent StatusCode
- Permission: None
- Description: Delete an existing user.
- Response Format: HttpStatusCode
- Permissions: CanDeleteUser
- Description: Log the current user out of the system.
- Response Format: OK if successful, InternalServerError if not.
- Permissions: None