Create Group

Create an entity group

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
emailToNamestringOptional
entityIdslist of stringsOptional
List of entity IDs or foreign IDs
foreignIdstringOptional
metadatamap from strings to stringsOptional

Metadata key/value pairs to associate with this group. Will overwrite existing metadata.

namestringOptional

Response

This endpoint returns an object.
idstring
entitieslist of objects
metadatamap from strings to strings
foreignIdstring or null
namestring or null
emailToNamestring or null

Errors