Alteryx · Example Payload

Alteryx Server V3 Collection User Permission Example

AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine LearningPredictive Analytics

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

Top-level fields

userIdisAdmincanAddAssetscanRemoveAssetscanUpdateAssetscanAddUserscanRemoveUsers

Example Payload

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