v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBPersons
Create a person data parameter
Creates a new named data parameter for the specified person. Returns 400 data_already_exists if a parameter with the same name already exists; use PUT to update an existing parameter. Returns 403 person_not_found if the person is not accessible.
post/v5/persons/{person_id}/data
Path parameters
person_idstring required
Extole person id.
Request body
Response
Created person data parameter.
Example response
{
"created_date": "2025-10-24T02:00:00-07:00",
"updated_date": "2025-10-24T02:00:00-07:00"
}