Group configuration
#
Method#
/update-group-settingsPOST
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/update-group-settings
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptThis method allows you to change the groups preferences.
Attention
Attention only admins can change group preferences.
Attention
On November 4, 2021 whatsapp changed the format of creating new groups. before: "phone": "5511999999999-1623281429" now: "phone": "120363019502650977-group"
#
Attributes#
RequiredAttributes | Type | Description |
---|---|---|
phone | string | Group ID/phone |
adminOnlyMessage | boolean | Only the groups admin can send messages to the group |
adminOnlySettings | boolean | Attribute that allows only admins to edit the group |
requireAdminApproval | boolean | Defines whether approval from an admin will be required to join the group |
adminOnlyAddMember | boolean | Only administrators can add people to the group |
#
Request Body#
Response#
200Attributes | Type | Description |
---|---|---|
value | boolean | true if it worked and false if it failed |
Example
#
405In this case certify that you are sending the correct specification of the method. This means, verify if you sent a POST or GET as specified at the beginning of this topic.
#
415In case you receive 415 error, make sure to add the “Content-Type” of the object you are sending in the request headers, mostly “application/json”
#
Webhook ResponseLink to webhook response (on receipt)