SureTax Config API
User
The User API is designed to automate the creation and modification of users.
Operations
The User Resource has the following operations available
| Verb | Operation Id | End Point | Description |
|---|---|---|---|
| GET | GET User | /api/v1/User | Verify if exist a user. |
| POST | POST User | /api/v1/User | Creates a new user. |
| PUT | PUT User | /api/v1/User | Updates the information of a user. |