User
Users for the currently logged in account.
list [get]
Details
- Method: GET
- URL: https://vsa.savtrans.com/api.php/rest/user
- Response: Returns 200 and the collection of resources, which could be empty.
Fields
- first_name: First Name
- last_name: Last Name
- username: Username
- email: Email Address
retrieve [get]
Details
- Method: GET
- URL: https://vsa.savtrans.com/api.php/rest/user/HASH
- Response: Returns 200 and the resource or 404 if not found.
Fields
- first_name: First Name
- last_name: Last Name
- username: Username
- email: Email Address
- see_pricing: 0 for Hide Pricing, 1 for Show Pricing
- see_tracking: 0 for Hide Tracking, 1 for Show Tracking
- is_admin: 0 for Non Admin, 1 for Admin
- company_name: User-level Company Name (For Vendors, Etc.)