Users
GET {{base_url}}/user
Use this endpoint to retrieve a list of Vantagepoint users with associated information like status to help you distinguish between active and inactive users.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"Username":"ADMIN","DisplayUsername":"ADMIN","Employee":"00026","Status":"A","EmployeeStatus":"A","EmployeeName":"Anne Johnson"},{"Username":"BRENDAGRAY","DisplayUsername":"BRENDAGRAY","Employee":"00101","Status":"A","EmployeeStatus":"T","EmployeeName":"Brenda Gray, PE"},{"Username":"BRIANWALTON","DisplayUsername":"BRIANWALTON","Employee":"00021","Status":"A","EmployeeStatus":"A","EmployeeName":"Brian Walton, PE"},{"Username":"CHARLESTURNER","DisplayUsername":"CHARLESTURNER","Employee":"00016","Status":"A","EmployeeStatus":"A","EmployeeName":"Charles Turner, AIA"},{"Username":"DAVIDMILLER","DisplayUsername":"DAVIDMILLER","Employee":"00025","Status":"A","EmployeeStatus":"I","EmployeeName":"David Miller, PE"}]