evolution-api icon indicating copy to clipboard operation
evolution-api copied to clipboard

[BUG] erro 403 ao tentar add participante a grupo

Open limadrops06-ui opened this issue 3 months ago • 2 comments

📋 Bug Description

Erro ao tentar adicionar participante ao grupo{{baseUrl}}/group/updateParticipant/{{instance}}?groupJid={{groupJid}}

🔄 Steps to Reproduce

{{baseUrl}}/group/updateParticipant/{{instance}}?groupJid={{groupJid}}

✅ Expected Behavior

Esperado que o 'remotejid' seja adicionado ao grupo.

❌ Actual Behavior

{ "updateParticipants": [ { "status": "403", "jid": "[email protected]", "content": { "tag": "participant", "attrs": { "jid": "[email protected]", "error": "403" }, "content": [ { "tag": "add_request", "attrs": { "code": "cV0oyyBsD49e6Plw", "expiration": "1759028118" } } ] } } ] }

🌍 Environment

  • OS: Ubuntu 20.04
  • Node.js version: 18.17.0
  • Evolution API version: 2.3.4
  • Database: PostgreSQL 14
  • Connection type: Baileys

📋 Logs


📝 Additional Context

No response

limadrops06-ui avatar Sep 25 '25 03:09 limadrops06-ui

Up

delattre1 avatar Oct 13 '25 18:10 delattre1

Up

voacatofe avatar Nov 24 '25 16:11 voacatofe

Any updates or progress on this issue? Same here

igorafDEV avatar Dec 06 '25 22:12 igorafDEV

This 403 error usually occurs because the WhatsApp number has blocked other people from adding it to groups.

vhbuffon avatar Dec 11 '25 19:12 vhbuffon