Alteryx · Example Payload

Alteryx Server V3 Collection Permission Flags Example

AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine LearningPredictive Analytics

Alteryx Server V3 Collection Permission Flags Example is an example object payload from Alteryx, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

isAdmincanAddAssetscanRemoveAssetscanUpdateAssetscanAddUserscanRemoveUsers

Example Payload

Raw ↑
{
  "isAdmin": true,
  "canAddAssets": true,
  "canRemoveAssets": true,
  "canUpdateAssets": true,
  "canAddUsers": true,
  "canRemoveUsers": true
}