Skip to main content

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

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

Request

Path Parameters

    id uuidrequired

    The UUID of the address that should be accepted.

Body

    id string

    The ID of the address.

Responses

200: This address suggestion has already been accepted.

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.

Loading...