# New APIs for Dashboard and Push To Talk ## Added - New **Dashboard** APIs: - `GET /v2/phone/metrics/emergency_services/detectable_personal_location/users` - `GET /v2/accounts/{accountId}/phone/metrics/emergency_services/detectable_personal_location/users` - `GET /v2/phone/metrics/emergency_services/realtime_location/users` - `GET /v2/accounts/{accountId}/phone/metrics/emergency_services/realtime_location/users` - `GET /v2/phone/metrics/emergency_services/nomadic_emergency_services/users` - `GET /v2/accounts/{accountId}/phone/metrics/emergency_services/nomadic_emergency_services/users` - `GET /v2/phone/metrics/emergency_services/realtime_location/devices` - `GET /v2/accounts/{accountId}/phone/metrics/emergency_services/realtime_location/devices` - `GET /v2/phone/metrics/emergency_services/default_emergency_address/users` - `GET /v2/accounts/{accountId}/phone/metrics/emergency_services/default_emergency_address/users` - New **Push To Talk** APIs: - `POST /v2/phone/push_to_talk/channels/{channelId}/members` - `POST /v2/accounts/{accountId}/phone/push_to_talk/channels/{channelId}/members` - `PATCH /v2/phone/push_to_talk/channels/{channelId}` - `PATCH /v2/accounts/{accountId}/phone/push_to_talk/channels/{channelId}` - `DELETE /v2/phone/push_to_talk/channels/{channelId}/members/{extensionId}` - `DELETE /v2/accounts/{accountId}/phone/push_to_talk/channels/{channelId}/members/{extensionId}` - `GET /v2/phone/push_to_talk/channels/{channelId}` - `GET /v2/accounts/{accountId}/phone/push_to_talk/channels/{channelId}` - `DELETE /v2/phone/push_to_talk/channels/{channelId}` - `DELETE /v2/accounts/{accountId}/phone/push_to_talk/channels/{channelId}` - `GET /v2/phone/push_to_talk/channels` - `GET /v2/accounts/{accountId}/phone/push_to_talk/channels` - `GET /v2/phone/push_to_talk/channels/{channelId}/members` - `GET /v2/accounts/{accountId}/phone/push_to_talk/channels/{channelId}/members` - `POST /v2/phone/push_to_talk/channels` - `POST /v2/accounts/{accountId}/phone/push_to_talk/channels`