Gets the list of users underneath a company based on the authenticated account.


HTTP

GET https://www.squidalerts.com/api/users


Response

JSON

[
    {
        "id": "b3423bad-ab7d-4ef7-985d-4ce216f6fd5f",
        "name": "Colossal",
        "email": "colossal@fakeemail.com",
        "phoneNumber": "(999) 999-9999",
        "createdDate": "2020-02-25T18:56:39.2Z"
    },
    {
        "id": "e07f79c5-2e5c-4627-b68c-206d56b4ae5e",
        "name": "Humboldt",
        "email": "humboldt@fakeemail.com",
        "createdDate": "2020-02-25T18:56:39.2Z"
    }
]