Skip to main content
POST
Create multiple contacts in bulk

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organization_id
required

Body

application/json
name
string
required
email
string<email> | null
phone
DEPhoneNumber · object | null
roles
string[]

Response

Successful Response

total
integer
required

Total number of records in the request

succeeded
integer
required
read-only

Number of successfully processed records

failed
integer
required
read-only

Number of failed records

unprocessed
integer
required
read-only

Number of records that passed validation but were not processed

data
ContactResponse · object[]

Successfully processed records

errors
OperationError · object[]

Failed records with error details