Figma connector
Back to the connector overview, authentication methods, and actions.
17 Sept 2026
data-syncAdded scheduled data sync to three unified list actions — users, organizations, and roles — so these collections can be kept in sync and read back without calling Figma on every request. Each refreshes in full on every run, since the Figma API has no updated-since filter to drive incremental sync.Changed · 3 actions updated
Changed · 3 actions updated
figma_unified_list_organizations, figma_unified_list_roles, figma_unified_list_users7 Sept 2026
authTeam ID is now an optional connection field that accepts several comma-separated teams, team-scoped actions fall back to the first configured team and return a clear error when no team is known, a new list_configured_teams action lets agents discover the configured teams, and the Personal Access Token option documents Figma plan access tokens.Added · 1 new action
Added · 1 new action
figma_list_configured_teamsChanged · 4 actions updated
Changed · 4 actions updated
figma_get_team_component_sets, figma_get_team_components, figma_get_team_projects, figma_get_team_styles27 Aug 2026
bug-fixFixed organization and role lookups returning the placeholder id “figma” instead of the real tenant id, moved the eight IAM actions from beta to preview, and documented that groups and roles do not list their members.Changed · 11 actions updated
Changed · 11 actions updated
figma_unified_get_group, figma_unified_get_me, figma_unified_get_organization, figma_unified_get_role, figma_unified_get_user, figma_unified_list_groups, figma_unified_list_organizations, figma_unified_list_resource_types, figma_unified_list_resource_users, figma_unified_list_roles, figma_unified_list_users22 Jul 2026
bug-fixFixed IAM SCIM list pagination (users, groups) — raw offset result.next replaced with fixed fan-out + virtual pagination — and promoted the REST-based IAM actions (credentials, organizations) to GA with the connector restored to GA (SCIM actions remain beta).Changed · 6 actions updated
Changed · 6 actions updated
figma_auth_test, figma_unified_get_me, figma_unified_get_organization, figma_unified_list_groups, figma_unified_list_organizations, figma_unified_list_users20 Jul 2026
new-actionsAdded unified IAM actions for users, groups, roles, and resource users via the Figma SCIM API, plus organizations and credentials via the Figma REST API. SCIM-backed actions are gated to beta pending a QA account with Enterprise SCIM provisioned.