Endpoint
Paramètres path
| Nom | Type | Requis | Description |
|---|---|---|---|
groupId | UUID | oui | ID du groupe |
Body
| Champ | Type | Requis | Description |
|---|---|---|---|
contactIds | UUID[] | oui | Contacts à ajouter |
Ajoute plusieurs contacts à un groupe.
POST /api/v1/contacts/groups/{groupId}/members
| Nom | Type | Requis | Description |
|---|---|---|---|
groupId | UUID | oui | ID du groupe |
| Champ | Type | Requis | Description |
|---|---|---|---|
contactIds | UUID[] | oui | Contacts à ajouter |
200{
"data": {
"added": 2,
"alreadyInGroup": 0,
"notFound": 0,
"total": 2
}
}