---
title: "Accepts this address suggestion as a new emergency address for Operator Connect and finishes the uploads of the numbers associated with it to Microsoft."
method: POST
path: "/addresses/{id}/actions/accept_suggestions"
tags: ["Addresses"]
---

# Accepts this address suggestion as a new emergency address for Operator Connect and finishes the uploads of the numbers associated with it to Microsoft.

`POST /addresses/{id}/actions/accept_suggestions`

## Path parameters

- `id` string, uuid, required

## Request body

- AcceptSuggestionsRequest
  - `id` string — The ID of the address.

## Response `200`

This address suggestion has already been accepted.

- AddressSuggestionResponse
  - `data` object
    - `accepted` boolean — Indicates if the address suggestions are accepted.
    - `id` string, uuid — The UUID of the location.
    - `record_type` 'address_suggestion'

## Other responses

- `202` — This address suggestion was accepted. The numbers associated to it will resume processing in the background.
- `404` — Address not found or not accessible by the user.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
