Skip to main content

Update an extension

PATCH 

/api/v1/domains/:domain_uuid/extensions/:extension_uuid

Updates an existing extension in the specified domain.

Access rules:

  • Caller must have access to the target domain (domain scope).
  • Caller must have the extension_edit permission.

Notes:

  • Fields are optional. If a field is omitted, the current value is unchanged.
  • Voicemail behavior:
    • If voicemail_enabled is omitted, voicemail settings are unchanged.
    • If voicemail_enabled is true, a voicemail box is created (or updated) for this extension.
    • If voicemail_enabled is false, voicemail is disabled for this extension.

Request

Responses

Success