> For the complete documentation index, see [llms.txt](https://docs.balkan.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.balkan.id/getting-started/setting-up-your-tenant/application-integrations/direct-application-integrations/figma-integration-setup.md).

# Figma Integration Setup

{% hint style="info" %}
SCIM is available on the Figma Organization and Enterprise plans. Only Figma organization admins can generate a SCIM API token.
{% endhint %}

### Getting Started

Use this guide to connect Figma to your BalkanID tenant. You will need credentials from your Figma admin settings and access to the Integrations section in BalkanID.

#### Requirements:

Before you begin, collect the following values from Figma:

* **Tenant ID**
* **SCIM API token**

### Configure Figma within your BalkanID tenant

1. To find the Tenant ID and SCIM API token, open Figma in the file browser and select **Admin** in the sidebar.
2. Select the **Settings** tab and navigate to the **Login and provisioning** section.
3. Click **SAML SSO** and copy the **Tenant ID**.
4. Return to **Login and provisioning**, click **SCIM provisioning**, then click **Generate API token**. Copy the **API token** value and store it somewhere safe, because Figma displays it only once.
5. In BalkanID, open **Integrations** and click **Add integration**.

<div data-with-frame="true"><figure><img src="https://2975852473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbVGYwk8aSk5yI1GDPEW9%2Fuploads%2F6713wsU6hfsBDJ6cyKRh%2Ffigma-add-integration.png?alt=media" alt="The BalkanID Integrations page with the Add integration button in the top right"><figcaption><p>Add integration</p></figcaption></figure></div>

6. Search for **Figma**, select it, and click **Next**.

<div data-with-frame="true"><figure><img src="https://2975852473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbVGYwk8aSk5yI1GDPEW9%2Fuploads%2FkS9kSNuK9ADzfmJWEE9T%2Ffigma-connect-application.png?alt=media" alt="The Connect a new application step with Figma selected from the application list"><figcaption><p>Connect a new application</p></figcaption></figure></div>

7. Under **Select Extraction Type**, choose **Direct Configuration** and paste your **Tenant ID** and **SCIM API token** into the matching fields. Leave **SCIM base URL** set to `https://www.figma.com/scim/v2`. If your organization is on Figma for Government, replace it with `https://figma-gov.com/scim/v2`. Click **Next.**

<div data-with-frame="true"><figure><img src="https://2975852473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbVGYwk8aSk5yI1GDPEW9%2Fuploads%2FBvKlP9GbhzTDs6H33785%2Ffigma-direct-configuration.png?alt=media" alt="The Direct Configuration fields showing SCIM base URL, Tenant ID and SCIM API token"><figcaption><p>Direct Configuration</p></figcaption></figure></div>

8. Fill **Optional Configuration**, if required.

<div data-with-frame="true"><figure><img src="https://2975852473-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbVGYwk8aSk5yI1GDPEW9%2Fuploads%2FZbipc8nl8LTFl5YsVIaj%2Foptional-configuration.png?alt=media" alt="The Optional Configuration step showing reviewer settings and fulfillment options"><figcaption><p>Optional Configuration</p></figcaption></figure></div>

9. Once you have filled in the information, click **Save**. Your integration is now configured and you will see the status of the integration displayed alongside other integrations on the Integrations page. When data is available, the integration Status column will read **Connected** and the integration Message will read **Data available**.

### What BalkanID extracts from Figma

| Data           | Details                                                                                                              |
| -------------- | -------------------------------------------------------------------------------------------------------------------- |
| **Users**      | Every member of your Figma organization, with their name, email, job title, department and organization admin status |
| **Groups**     | Your SCIM groups and the members of each                                                                             |
| **Seat types** | The seat each member holds, one of Full, Dev, Collab or View                                                         |

Figma does not make team, project or file level permissions available through any API, so those are not extracted.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.balkan.id/getting-started/setting-up-your-tenant/application-integrations/direct-application-integrations/figma-integration-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
