Tableau · JSON Structure

Tableau Rest User Structure

Type: object Properties: 10
AnalyticsBusiness IntelligenceDashboardsData Visualization

User is a JSON Structure definition published by Tableau, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name fullName email siteRole authSetting lastLogin externalAuthUserId locale language

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "User",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "fullName": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "siteRole": {
      "type": "string"
    },
    "authSetting": {
      "type": "string"
    },
    "lastLogin": {
      "type": "string"
    },
    "externalAuthUserId": {
      "type": "string"
    },
    "locale": {
      "type": "string"
    },
    "language": {
      "type": "string"
    }
  }
}