cURL
curl --request PUT \ --url http://localhost/api/admin/user-properties/ \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "workspaceId": "<string>", "definition": { "type": "Id" }, "exampleValue": "<string>", "updatedAt": 123, "lastRecomputed": 123, "name": "<string>" }'
{ "id": "<string>", "workspaceId": "<string>", "name": "<string>", "definition": { "type": "Id" }, "exampleValue": "<string>", "updatedAt": 123, "lastRecomputed": 123 }
Create or update a user property.
Show child attributes
Default Response