Get the information for a specific user.
HTTP
GET https://www.squidalerts.com/api/users/{id}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | True | Guid | Identifier of the user |
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"
}