Add a member to a community
curl --request POST \
--url https://gate.whapi.cloud/communities/120363326919215056%40g.us/participants \
--header 'accept: application/json' \
--header 'authorization: Bearer {Your_Token}' \
--header 'content-type: application/json' \
--data '
{
"participants": [
"306994508341",
"306994518352"
]
}
'
Last updated
