Group Settings APIs
Update Group Settings
This endpoint updates the settings of the group
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Please provide the number of the phone you want to call with this API in the header. The number must be in country code + number format without any characters or spaces, e.g. 919876543210; Alternatively, provide the phone_id (phone-xxxxxxxxxxxx) in the header
Example:
"{{orgPhone}}"
Path Parameters
Example:
"120363392071406466@g.us"
Body
application/json
- When set to true, only admins can add other participants to the group
- Default true
Example:
true
- Updates the group description
Example:
""
- A public image URL to update the group image
Example:
""
- When set to true, only admins can edit group description or info
- Default false
Example:
""
- When set to true, only admins can send messages to the group.
- Default false
Example:
""
- Updates the name of the group
Example:
"Test Group Name Change"
Response
200 - application/json
200 OK
The response is a chat object for the updated group. Refer to the chat object here
Was this page helpful?