INPUT_OBJECT

TableauUser_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input TableauUser_Filter {
  • # Locally unique identifier used for the REST API on the Tableau Server
  • luid: String
  • # Locally unique identifier used for the REST API on the Tableau Server
  • luidWithin: [String]
  • # Domain this user belongs to
  • domain: String
  • # Domain this user belongs to
  • domainWithin: [String]
  • # Display name of this user
  • name: String
  • # Display name of this user
  • nameWithin: [String]
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • id: ID
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • idWithin: [ID]
  • # Email address of this user
  • email: String
  • # Email address of this user
  • emailWithin: [String]
  • # Username of this user
  • username: String
  • # Username of this user
  • usernameWithin: [String]
  • }

link Require by