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.
| Field | Type | |
|---|---|---|
| name | string (static connector). Display name for non-GAS surfaces. | required |
| string (static connector). Email address for non-GAS surfaces. | required | |
| accent | string. Avatar background colour. | optional |
| subtitle | string. Role or team label shown below the email. | optional |
{
"type": "user_profile_card",
"name": "User Profile Card",
"email": "user@example.com"
}
{
"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"
]
}
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 →