Update a historical experience field value for a person in an account. Multi-select fields take the full replacement set via `values`: added values create rows, removed values delete their rows.


Permissions
Account: Write

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

The account ID.

int64
required

The person ID.

uuid
required

The historical experience ID.

uuid
required

The experience field ID.

Body Params

The request body.

values
array of objects | null

The full set of values to store for the field. Replaces whatever is
currently stored: added values create rows, removed values delete
their rows. Multiple values are only supported for multi-select
fields; cannot be combined with experienceFieldValueId/value.

values
uuid | null
string | null
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

400

The target experience field value not found.

403

User is not authorized to update profile historical experience.

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