Groups List
To get the list of groups were the user is member of the group (or) to get the all list of groups associated with the admin login use the below API.
info
{api-base-url}
can be obtained from the MirrorFly console.
#
HTTP request#
Request ParamsParam | DataType | Required | Description |
---|---|---|---|
groupName | String | No | Search keyword for the Group Name |
page | Number | No | Page number to get the particular page data default value is 1 |
size | Number | No | Number of chats per page default value is 10 |
licensekey | String | Yes | Licensekey for this group |
metadataKey | String | No | Metadata key to search group. Eg: metadataKey = yourMetadataKey |
metadataValues | String | No | Metadata values to search group Use comma to pass multiple values Eg: metadataValues=value1,value2,value3 |
#
ResponsesIf successful, this action returns the groups list.
#
ErrorIn the case of an error, an error object like below is returned.
When the token passed in Headers is expired
In the case of a Bad Request, an error message is returned