Skip to main content
POST
/
v1.0
/
workgroups
/
activity
/
update
json
{
  "WorkgroupActivityId": "WAID-12345-abc-123456",
  "DigitOrder": 2,
  "PhoneNumber": "+1234567890",
  "WorkgroupId": "WID-12345-abc-12345",
  "Type": "User",
  "ReferenceUserId": "USER-abc-456",
  "SmsNotification": true,
  "EmailNotification": true
}
{
  "WorkgroupActivityStatus": "Updated",
  "WorkgroupActivityId": "WAID-12345-abc-123456"
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
WorkgroupActivityId
string
required

Unique identifier of the workgroup activity to update

Example:

"WAID-12345-abc-123456"

DigitOrder
integer

IVR digit or ring order position

Example:

2

PhoneNumber
string

Phone number (E.164 format)

Example:

"+1234567890"

WorkgroupId
string

Parent workgroup ID

Example:

"WID-12345-abc-12345"

Type
enum<string>

Member type

Available options:
User,
Workgroup
ReferenceWorkgroupId
string

Referenced workgroup ID

ReferenceUserId
string

Referenced user ID

SmsNotification
boolean

Enable SMS notification

EmailNotification
boolean

Enable email notification

Response

200 - application/json

Workgroup Activity Updated

The response is of type object.