## Account phone number
### `POST /accounts/me/phone/request`
User
Request a specific code by SMS to change the phone number.
Will return `403` if the account doesn't have a validated Account Creation Token attached to it.
JSON parameters:
* `phone` the phone number to send the SMS
### `POST /accounts/me/phone`
User
Confirm the code received and change the phone number.
Activate the account.
JSON parameters:
* `code` the received SMS code
Return the updated account.
## Accounts devices
### `GET /accounts/{id/me}/devices`
Admin
User
Return the user registered devices.
### `DELETE /accounts/{id/me}/devices/{uuid}`
Admin
User
Remove one of the user registered devices.