Skip to main content

Modify a Communication Profile

Zuora

Modify a Communication Profile

To modify a communication profile, see the following request and a sample of 200 response. You can get the communication profile id in the path parameter through Get all communication profiles.

HTTP request:

PUT https://rest.zuora.com/settings/communication-profiles/{id}

Request body:

{
    "name": "My Profile Modified",
    "locale": "default",
    "description": "test description"
}

Response body:

{
  "id": "2c92c0fa6d05a238016d154fa937469d",
  "name": "My Profile Modified",
  "number": "CP-00000012",
  "locale": "default",
  "description": "test description",
  "isDefault": false,
  "muted": false
}