UserCondensed

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
id string
name string
userDirectory string
userId string
privileges array
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-usercondensed-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserCondensed",
  "title": "UserCondensed",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "name": {
      "type": "string"
    },
    "userDirectory": {
      "type": "string"
    },
    "userId": {
      "type": "string"
    },
    "privileges": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}