Alteryx · Schema

CreateUserContract

Contract for creating a new user

AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine-LearningPredictive Analytics

Properties

Name Type Description
firstName string User's first name
lastName string User's last name
email string User's email address
role string User role determining access level
defaultWorkerTag string Default worker tag for the user
canScheduleJobs boolean Whether the user can create schedules
canPrioritizeJobs boolean Whether the user can set job priority
canAssignJobs boolean Whether the user can assign jobs to workers
canCreateCollections boolean Whether the user can create collections
isApiEnabled boolean Whether API access is enabled for the user
defaultCredentialId string Default credential ID for the user
isActive boolean Whether the user account is active
timeZone string User's preferred time zone
canCreateAndUpdateDcm boolean Whether the user can create and update DCM connections
canShareForExecutionDcm boolean Whether the user can share DCM connections for execution
canShareForCollaborationDcm boolean Whether the user can share DCM connections for collaboration
canManageGenericVaultsDcm boolean Whether the user can manage generic DCM vaults
View JSON Schema on GitHub

JSON Schema

alteryx-createusercontract-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateUserContract",
  "title": "CreateUserContract",
  "type": "object",
  "description": "Contract for creating a new user",
  "required": [
    "firstName",
    "lastName",
    "email"
  ],
  "properties": {
    "firstName": {
      "type": "string",
      "description": "User's first name",
      "example": "example_value"
    },
    "lastName": {
      "type": "string",
      "description": "User's last name",
      "example": "example_value"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "User's email address",
      "example": "user@example.com"
    },
    "role": {
      "type": "string",
      "enum": [
        "NoAccess",
        "Viewer",
        "Member",
        "Artisan",
        "Curator",
        "Evaluated"
      ],
      "description": "User role determining access level",
      "example": "NoAccess"
    },
    "defaultWorkerTag": {
      "type": "string",
      "description": "Default worker tag for the user",
      "example": "example_value"
    },
    "canScheduleJobs": {
      "type": "boolean",
      "description": "Whether the user can create schedules",
      "example": true
    },
    "canPrioritizeJobs": {
      "type": "boolean",
      "description": "Whether the user can set job priority",
      "example": true
    },
    "canAssignJobs": {
      "type": "boolean",
      "description": "Whether the user can assign jobs to workers",
      "example": true
    },
    "canCreateCollections": {
      "type": "boolean",
      "description": "Whether the user can create collections",
      "example": true
    },
    "isApiEnabled": {
      "type": "boolean",
      "description": "Whether API access is enabled for the user",
      "example": true
    },
    "defaultCredentialId": {
      "type": "string",
      "description": "Default credential ID for the user",
      "example": "500123"
    },
    "isActive": {
      "type": "boolean",
      "description": "Whether the user account is active",
      "example": true
    },
    "timeZone": {
      "type": "string",
      "description": "User's preferred time zone",
      "example": "example_value"
    },
    "canCreateAndUpdateDcm": {
      "type": "boolean",
      "description": "Whether the user can create and update DCM connections",
      "example": true
    },
    "canShareForExecutionDcm": {
      "type": "boolean",
      "description": "Whether the user can share DCM connections for execution",
      "example": true
    },
    "canShareForCollaborationDcm": {
      "type": "boolean",
      "description": "Whether the user can share DCM connections for collaboration",
      "example": true
    },
    "canManageGenericVaultsDcm": {
      "type": "boolean",
      "description": "Whether the user can manage generic DCM vaults",
      "example": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/alteryx-createusercontract"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.