Alteryx · Example Payload

Alteryx Server V3 Create User Contract Example

AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine LearningPredictive Analytics

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

Top-level fields

firstNamelastNameemailroledefaultWorkerTagcanScheduleJobscanPrioritizeJobscanAssignJobscanCreateCollectionsisApiEnableddefaultCredentialIdisActivetimeZonecanCreateAndUpdateDcmcanShareForExecutionDcmcanShareForCollaborationDcmcanManageGenericVaultsDcm

Example Payload

Raw ↑
{
  "firstName": "example_value",
  "lastName": "example_value",
  "email": "user@example.com",
  "role": "example_value",
  "defaultWorkerTag": "example_value",
  "canScheduleJobs": true,
  "canPrioritizeJobs": true,
  "canAssignJobs": true,
  "canCreateCollections": true,
  "isApiEnabled": true,
  "defaultCredentialId": "500123",
  "isActive": true,
  "timeZone": "example_value",
  "canCreateAndUpdateDcm": true,
  "canShareForExecutionDcm": true,
  "canShareForCollaborationDcm": true,
  "canManageGenericVaultsDcm": true
}