Albato · Schema

User

A user within an embedded team

No-Code AutomationWorkflow AutomationEmbedded iPaaSApp IntegrationIntegrationsWebhooksWhite-Label

Properties

Name Type Description
id string
email string
name string
role string
team_id string
created_at string
View JSON Schema on GitHub

JSON Schema

albato-albato-embedded-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/albato/refs/heads/main/json-schema/albato-albato-embedded-user-schema.json",
  "title": "User",
  "description": "A user within an embedded team",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "team_id": {
      "type": "string"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    }
  }
}