InviteGroup

Invite Code

post
Query parameters
idstringRequiredExample: id
Body
all ofOptional
and
anyOptionalExample: {"instance_key":"id","jid":"groupid"}
Responses
200Success
post
POST /groups/inviteGroup HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 37

{
  "instance_key": "id",
  "jid": "groupid"
}
200Success

No content

Last updated

Was this helpful?