> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Figma Changelog

> Release history for the Figma connector. Each version lists what changed and which actions were affected.

<Card title="Figma connector" icon="arrow-left" href="/connectors/figma" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.4.0" description="17 Sept 2026">
  `data-sync`

  Added 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.

  <AccordionGroup>
    <Accordion title="Changed · 3 actions updated">
      `figma_unified_list_organizations`, `figma_unified_list_roles`, `figma_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.3.0" description="7 Sept 2026">
  `auth`

  Team 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.

  <AccordionGroup>
    <Accordion title="Added · 1 new action">
      `figma_list_configured_teams`
    </Accordion>

    <Accordion title="Changed · 4 actions updated">
      `figma_get_team_component_sets`, `figma_get_team_components`, `figma_get_team_projects`, `figma_get_team_styles`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.2.1" description="27 Aug 2026">
  `bug-fix`

  Fixed 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.

  <AccordionGroup>
    <Accordion title="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_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.2.0" description="22 Jul 2026">
  `bug-fix`

  Fixed 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).

  <AccordionGroup>
    <Accordion title="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_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="20 Jul 2026">
  `new-actions`

  Added 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.
</Update>
