Group Metadata (light)
#
Method#
/light-group-metadataGET
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/light-group-metadata/{phone}
#
HeaderKey | Value |
---|---|
Client-Token | ACCOUNT SECURITY TOKEN |
#
ConceptThis method returns the group metadata with all group information and its participants, except for the group invite link.
The only difference between this method and Group Metadata is that this one does not return the group invite link, as retrieving this link can sometimes be costly and slightly time-consuming. Knowing this, we provide a "light" way to obtain group metadata.
If you want to use this method and later need the group invite link, you can get it from the API Get group invitation link.
#
Attributes#
RequiredAttributes | Type | Description |
---|---|---|
groupId | string | Group ID/Phone |
#
OptionalAttributes | Type | Description |
---|
#
Request Params#
URLGET
https://api.z-api.io/instances/YOUR_INSTANCE/token/YOUR_TOKEN/light-group-metadata/{phone}
#
Response#
200Attributes | Type | Description |
---|---|---|
phone | string | Group ID/Phone |
description | string | Group description |
owner | string | Group creator's phone number |
subject | string | Group name |
creation | timestamp | Timestamp of group creation date |
communityId | string | Community ID |
adminOnlyMessage | boolean | Indicates if only Admins can send messages |
adminOnlySettings | boolean | Indicates if only Admins can change settings |
requireAdminApproval | boolean | Indicates if admin approval is required to join the group |
isGroupAnnouncement | boolean | Indicates if it is an announcement group |
participants | array string | List of participants |
Array String (participants)
Attributes | Type | Description |
---|---|---|
phone | string | Participant's phone number |
isAdmin | string | Indicates if the participant is a group admin |
isSuperAdmin | string | Indicates if the participant is the group creator |
Example
#
405In this case, ensure that you are correctly following the method specification, i.e., check if you are sending a POST or GET request as specified at the beginning of this topic.
#
415If you receive a 415 error, make sure to add the correct "Content-Type" header in the request. In most cases, it should be "application/json"
.