Updates your account details.
HTTP
PUT https://www.squidalerts.com/api/self
Request Body
| Name | Required | Type | Description |
|---|---|---|---|
| Name | False | string | Your full name to update |
| False | string | Your email address to update | |
| Phone Number | False | string | Your 10-digit phone number to update |
| CurrentTeamId | False | Guid | The id of the team you currently have selected in the UI |
Response
| Status | Type | Description |
|---|---|---|
| 200 | OK | Your profile was successfully updated |
Examples
Request Body
JSON
{
"currentTeamId": "2d402c9b-7c83-44aa-9eea-3af0c62e3658",
"name": "Kevin Jordan",
"email": "kevin@squidalerts.com",
"phoneNumber": "(555) 867-5309",
}