Albato · JSON Structure

Albato Albato Embedded User Structure

A user within an embedded team

Type: object Properties: 6
No-Code AutomationWorkflow AutomationEmbedded iPaaSApp IntegrationIntegrationsWebhooksWhite-Label

Albato Albato Embedded User Structure is a JSON Structure definition published by Albato, describing 6 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id email name role team_id created_at

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/albato/refs/heads/main/json-structure/albato-albato-embedded-user-structure.json",
  "title": "User",
  "description": "A user within an embedded team",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": ""
    },
    "email": {
      "type": "string",
      "description": ""
    },
    "name": {
      "type": "string",
      "description": ""
    },
    "role": {
      "type": "string",
      "description": ""
    },
    "team_id": {
      "type": "string",
      "description": ""
    },
    "created_at": {
      "type": "datetime",
      "description": ""
    }
  }
}