profile_set
Update a user profile field by setting a value (parsed as JSON when possible, else stored as string) or delete it with 'null', and receive the updated profile.
Instructions
Set one profile field. value is parsed as JSON when possible
(lists/numbers/null), otherwise stored as plain string. value="null"
deletes the field. Returns the updated profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | ||
| value | Yes |