Skip to main content
POST
Create multiple contacts in bulk

Authorizations

Authorization
string
header
required

Get token from Auth0 and paste it here

Path Parameters

organization_id
string
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