Triggered when participants are promoted to admin or demoted.
Admin Rights
Be aware of admin status changes if your bot depends on admin permissions to execute certain commands.
Best practices
Update the 'isAdmin' status for participants in your database.
Trigger specific administrative workflows when new admins are appointed.
Participant Role Changes
This event tracks promotions and demotions within a group.
Fields
action: Either promote or demote.
participants: Array of WhatsApp IDs whose roles were changed.
Expected Responses
Explore all possible responses and outcomes from the server. We have documented each status code with data examples to make success and error handling easier.