Create

Creates an organization-created contact. | authz: min_org_role=operator | (ContactClientCreate1) -> (PydanticObjectId)

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
namestringRequired1-255 characters
schema_versionintegerRequired
account_idslist of stringsOptional
email_addressstringOptional
job_titlestringOptional
locationobjectOptional

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

notesstringOptional<=524288 characters
off_chrt_org_data_idstringOptional
org_idstringOptional

Must be a string starting with org_

phone_numberstringOptional

Response

Successful Response

Errors

422
Contacts Create V1request Unprocessable Entity Error