Update a person data parameter

Updates the value of the named data parameter for the specified person. Returns 400 data_not_found if the parameter does not exist, or 400 read_only_name if the parameter name is read-only. 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.

string
required

Name of the data parameter.

Body Params

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

string
enum

Visibility scope of the data parameter. Omit to leave unchanged.

Allowed:
value
object

Value stored for the data parameter. Omit to leave unchanged.

Responses

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