Users
| API | Description |
|---|---|
| POST api/createuser |
Add a new user to Spinternet id value of body will be ignored - pass in 0 to create user |
| POST api/modifyuser |
Modify an existing user in Spinternet |
| POST api/enableuser?userID={userID}&active={active} |
Enable/Disable an existing user in Spinternet |
| GET api/Users?page={page}&rows={rows} |
Get user list |