Skip to main content
POST
Create a new person

Headers

Authorization
string
required

Bearer token for authentication

Body

application/json

Central entity representing individuals with comprehensive contact information

id
string<uuid>
required

Unique person identifier (UUID v4)

Example:

"550e8400-e29b-41d4-a716-446655440000"

type
string
required

JSON:API resource type identifier

Allowed value: "people"
attributes
object
required

Person attribute data

relationships
object

Person relationship references

included
object

Response

Person created successfully

data
object