Tableau · Example Payload

Tableau Rest User Example

AnalyticsBusiness IntelligenceDashboardsData Visualization

Tableau Rest User Example is an example object payload from Tableau, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamefullNameemailsiteRoleauthSettinglastLoginexternalAuthUserIdlocalelanguage

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "fullName": "example_value",
  "email": "user@example.com",
  "siteRole": "example_value",
  "authSetting": "example_value",
  "lastLogin": "example_value",
  "externalAuthUserId": "500123",
  "locale": "example_value",
  "language": "example_value"
}