Skip to main content
GET
/
api
/
admin
/
user-properties
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
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

workspaceId
string
required

Response

200 - application/json

Default Response

userProperties
object[]
required