Update the status or role of a participant in the group.
PUT/group/updateParticipant/:instanceName
Update the status or role of a participant in the group.
Request
Path Parameters
- required
instanceName stringrequired
Example: codechat
- application/json
Body
required
- required - The action to be taken on the participant.
- required - List of participant phone numbers to be updated.
action string
Possible values: [add
, remove
, promote
, demote
]
participants string[]
Responses
- 200
Successful response
- application/json
- Schema
Schema
- any
Loading...