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