Update account

Overview

Update account.

Scope

Client application must have 'app.conversation.notificationmgr.manage' scope assigned.

SecurityoAuthClient
Request
path Parameters
id
required
string = 36 characters

id of object

Example: 7b6c5fff-036e-4a40-b68a-a67c592fc079
Request Body schema: application/json

Update account

address
required
string [ 1 .. 255 ] characters

Channel address of business, like email address or phone number.

required
Channel (object) or SmsChannel (object)
Array of objects (Attribute) [ 1 .. 10 ] items

Account related attributes.

object (Callbacks)

Account callbacks.

modified
string <date-time>

Last modified time in GMT

Responses
204

No Content

400

Bad Request

401

Unauthorized

500

Internal server error

put/accounts/{id}
Request samples
application/json
{
  • "address": "no-reply2@egain.cloud",
  • "channel": {
    }
}
Response samples
application/json
{
  • "code": "400-101",
  • "developerMessage": "Unsupported query parameter(s) supplied: '<query_parameter>'."
}