cURL
curl --request GET \ --url http://localhost/api/admin/user-properties/ \ --header 'Authorization: <api-key>'
{ "userProperties": [ { "id": "<string>", "workspaceId": "<string>", "name": "<string>", "definition": { "type": "Id" }, "updatedAt": 123, "createdAt": 123, "definitionUpdatedAt": 123, "exampleValue": "<string>", "lastRecomputed": 123 } ] }
Get all user properties.
Default Response
Show child attributes