Set group members

Reconcile membership. The provided list is the complete desired membership. Customers not in the list are removed. Customers in the list but not currently in the group are added.

Authentication

AuthorizationBearer
API Key authentication using Bearer token

Path parameters

idstringRequiredformat: "uuid"

Request

Body
customerIdslist of stringsRequired
External customer IDs.

Response

200
addedinteger
removedinteger
skippedinteger
skippedIdslist of strings

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error