ids
: Array of email account IDs to updatetag_id
: ID of the tag to assign or removeaction
: Whether to assign or remove the tag (ASSIGN/UNASSIGN)curl --location --request PUT 'https://api.plusvibe.ai/api/v1/account/bulk-assign-tags' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "507f1f77bcf86cd799439011",
"ids": [
"507f1f77bcf86cd799439012",
"507f1f77bcf86cd799439013",
"507f1f77bcf86cd799439014"
],
"tag_id": "507f1f77bcf86cd799439015",
"action": "ASSIGN"
}'
{
"status": "success"
}