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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Extole person id.

Body Params

Body of a POST /v5/persons/{person_id}/data request.

string
required

Name of the data parameter to create.

string
enum

Visibility scope of the data parameter. Defaults to PRIVATE when omitted.

Allowed:
value
object
required

Value to store for the data parameter.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json