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
google-apps-script-webgoogle-meet-stagemcp-apps ⚠
Degraded on
SurfaceNote
mcp-appsrenders sample data — live Google Workspace data requires an Apps Script deployment
Live preview
UP
User Profile Card
user@example.com
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": [
    "google-apps-script-web",
    "google-meet-stage",
    "mcp-apps"
  ],
  "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
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →