Skip to main content

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

    instanceName stringrequired
    • required
    Example: codechat

Body

required
    action string

    Possible values: [add, remove, promote, demote]

    • required - The action to be taken on the participant.
    participants string[]
    • required - List of participant phone numbers to be updated.

Responses

Successful response

Schema
    any
Loading...