Canva · Schema

TeamUser

The authenticated user and their team

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
user_id string The user ID
team_id string The team ID
View JSON Schema on GitHub

JSON Schema

canva-connect-team-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TeamUser",
  "type": "object",
  "description": "The authenticated user and their team",
  "properties": {
    "user_id": {
      "type": "string",
      "description": "The user ID"
    },
    "team_id": {
      "type": "string",
      "description": "The team ID"
    }
  }
}