GET
/
api
/
admin
/
user-properties
curl --request GET \
  --url http://localhost:3001/api/admin/user-properties/
{
  "userProperties": [
    {
      "id": "<string>",
      "workspaceId": "<string>",
      "name": "<string>",
      "definition": {
        "type": "Id"
      },
      "exampleValue": "<string>",
      "updatedAt": 123,
      "lastRecomputed": 123,
      "createdAt": 123,
      "definitionUpdatedAt": 123
    }
  ]
}

Query Parameters

workspaceId
string
required

Response

200 - application/json
Default Response
userProperties
object[]
required