Alteryx · JSON Structure

Alteryx Server V3 Update User Contract Structure

Type: object Properties: 21
AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine LearningPredictive Analytics

UpdateUserContract is a JSON Structure definition published by Alteryx, describing 21 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id firstName lastName email role defaultWorkerTag canScheduleJobs canPrioritizeJobs canAssignJobs canCreateCollections isApiEnabled defaultCredentialId isAccountLocked isActive isValidated timeZone language canCreateAndUpdateDcm canShareForExecutionDcm canShareForCollaborationDcm canManageGenericVaultsDcm

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UpdateUserContract",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "defaultWorkerTag": {
      "type": "string"
    },
    "canScheduleJobs": {
      "type": "boolean"
    },
    "canPrioritizeJobs": {
      "type": "boolean"
    },
    "canAssignJobs": {
      "type": "boolean"
    },
    "canCreateCollections": {
      "type": "boolean"
    },
    "isApiEnabled": {
      "type": "boolean"
    },
    "defaultCredentialId": {
      "type": "string"
    },
    "isAccountLocked": {
      "type": "boolean"
    },
    "isActive": {
      "type": "boolean"
    },
    "isValidated": {
      "type": "boolean"
    },
    "timeZone": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "canCreateAndUpdateDcm": {
      "type": "boolean"
    },
    "canShareForExecutionDcm": {
      "type": "boolean"
    },
    "canShareForCollaborationDcm": {
      "type": "boolean"
    },
    "canManageGenericVaultsDcm": {
      "type": "boolean"
    }
  }
}