User Profile Card

Personalised profile card showing the active user's avatar initial, display name (derived from email), email address, and Workspace domain. On GAS uses Session.getActiveUser(); on other surfaces renders from name/email fields.

Surfaces
apps-script-webmeet-stage
Fields
FieldType
namestring (static connector). Display name for non-GAS surfaces.required
emailstring (static connector). Email address for non-GAS surfaces.required
accentstring. Avatar background colour.optional
subtitlestring. Role or team label shown below the email.optional
Example payload
{
  "type": "user_profile_card",
  "name": "User Profile Card",
  "email": "user@example.com"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:user_profile_card",
  "displayName": "User Profile Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/user_profile_card",
  "capabilities": [
    "apps-script-web",
    "meet-stage"
  ],
  "description": "Personalised profile card showing the active user's avatar initial, display name (derived from email), email address, and Workspace domain. On GAS uses Session.getActiveUser(); on other surfaces renders from name/email fields.",
  "representativeQueries": [
    "show a user avatar, display name, email and domain \u2014 live on GAS, static fields elsewhere",
    "personalised profile card showing the active user's avatar initial, display name (derived from email",
    "render a user profile card"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →