Tray.io · Schema

InviteUserRequest

AI AgentsAPI AggregationAutomationConnectorsIntegrationiPaaSWorkflow Automation

Properties

Name Type Description
email string
role string
workspaceId string
View JSON Schema on GitHub

JSON Schema

tray-io-inviteuserrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InviteUserRequest",
  "title": "InviteUserRequest",
  "type": "object",
  "required": [
    "email"
  ],
  "properties": {
    "email": {
      "type": "string",
      "format": "email"
    },
    "role": {
      "type": "string"
    },
    "workspaceId": {
      "type": "string"
    }
  }
}