GET
/
group
/
findGroupInfos
/
{instance}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Query Parameters

groupJid
string
required

Group remote JID

Response

200 - application/json
announce
boolean

Indicates if the group is an announcement group (only admins can send messages).

creation
integer

The timestamp when the group was created.

desc
string

The description of the group.

descId
string

The ID of the description message.

id
string

The ID of the group.

owner
string

The ID of the group owner.

participants
object[]

List of participants in the group.

pictureUrl
string

URL of the group's profile picture.

restrict
boolean

Indicates if the group is restricted (only admins can send messages).

size
integer

The number of participants in the group.

subject
string

The subject (name) of the group.

subjectOwner
string

The ID of the user who set the subject.

subjectTime
integer

The timestamp when the subject was set.