getGroups
Retrieve all user groups or lists with a customizable limit for better organization and access to contacts across platforms like email, social media, and messaging apps.
Instructions
Get all groups or lists for the user.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | The maximum number of groups to return. |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"limit": {
"description": "The maximum number of groups to return.",
"type": "number"
}
},
"type": "object"
}