Alteryx · Schema

UpdateUserContract

Contract for updating an existing user

AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine-LearningPredictive Analytics

Properties

Name Type Description
id string User ID (optional, for verification)
firstName string
lastName string
email string
role string
defaultWorkerTag string
canScheduleJobs boolean
canPrioritizeJobs boolean
canAssignJobs boolean
canCreateCollections boolean
isApiEnabled boolean
defaultCredentialId string
isAccountLocked boolean Whether the account is locked
isActive boolean
isValidated boolean Whether the user's email has been validated
timeZone string
language string User's preferred language
canCreateAndUpdateDcm boolean
canShareForExecutionDcm boolean
canShareForCollaborationDcm boolean
canManageGenericVaultsDcm boolean
View JSON Schema on GitHub

JSON Schema

alteryx-updateusercontract-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateUserContract",
  "title": "UpdateUserContract",
  "type": "object",
  "description": "Contract for updating an existing user",
  "required": [
    "firstName",
    "lastName",
    "email",
    "role",
    "defaultWorkerTag",
    "canScheduleJobs",
    "canPrioritizeJobs",
    "canAssignJobs",
    "isApiEnabled",
    "defaultCredentialId",
    "isActive",
    "isValidated",
    "timeZone"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "User ID (optional, for verification)",
      "example": "abc123"
    },
    "firstName": {
      "type": "string",
      "example": "example_value"
    },
    "lastName": {
      "type": "string",
      "example": "example_value"
    },
    "email": {
      "type": "string",
      "format": "email",
      "example": "user@example.com"
    },
    "role": {
      "type": "string",
      "enum": [
        "NoAccess",
        "Viewer",
        "Member",
        "Artisan",
        "Curator",
        "Evaluated"
      ],
      "example": "NoAccess"
    },
    "defaultWorkerTag": {
      "type": "string",
      "example": "example_value"
    },
    "canScheduleJobs": {
      "type": "boolean",
      "example": true
    },
    "canPrioritizeJobs": {
      "type": "boolean",
      "example": true
    },
    "canAssignJobs": {
      "type": "boolean",
      "example": true
    },
    "canCreateCollections": {
      "type": "boolean",
      "example": true
    },
    "isApiEnabled": {
      "type": "boolean",
      "example": true
    },
    "defaultCredentialId": {
      "type": "string",
      "example": "500123"
    },
    "isAccountLocked": {
      "type": "boolean",
      "description": "Whether the account is locked",
      "example": true
    },
    "isActive": {
      "type": "boolean",
      "example": true
    },
    "isValidated": {
      "type": "boolean",
      "description": "Whether the user's email has been validated",
      "example": true
    },
    "timeZone": {
      "type": "string",
      "example": "example_value"
    },
    "language": {
      "type": "string",
      "enum": [
        "de-de",
        "en-us",
        "es-es",
        "fr-fr",
        "it-it",
        "ja-jp",
        "pt-br",
        "zh-cn"
      ],
      "description": "User's preferred language",
      "example": "de-de"
    },
    "canCreateAndUpdateDcm": {
      "type": "boolean",
      "example": true
    },
    "canShareForExecutionDcm": {
      "type": "boolean",
      "example": true
    },
    "canShareForCollaborationDcm": {
      "type": "boolean",
      "example": true
    },
    "canManageGenericVaultsDcm": {
      "type": "boolean",
      "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-updateusercontract"
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 email required.

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