Skip to main content
POST
/
v1.0
/
workgroups
/
activity
/
update
json
{
  "WorkgroupActivityId": "WAID-12345-abc-123456",
  "DigitOrder": 1,
  "Type": "Workgroup"
}
{
  "WorkgroupActivityId": "WAID-12345-abc-123456",
  "DigitOrder": 1,
  "PhoneNumber": "",
  "WorkgroupId": "WID-12345-abc-12345",
  "Type": "Workgroup",
  "ReferenceWorkgroupId": "WID-12345-abc-12345",
  "ReferenceUserId": "",
  "SmsNotification": true,
  "EmailNotification": false
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
WorkgroupActivityId
string
required

Workgroup Activity ID to update

Example:

"WAID-12345-abc-123456"

DigitOrder
integer
Example:

1

PhoneNumber
string
Example:

"+1234567890"

WorkgroupId
string
Example:

"WID-12345-abc-12345"

Type
enum<string>
Available options:
User,
Workgroup
Example:

"Workgroup"

ReferenceWorkgroupId
string
ReferenceUserId
string
SmsNotification
boolean
Example:

true

EmailNotification
boolean
Example:

false

Response

200 - application/json

Update Workgroup Activity

The response is of type object.