Skip to main content
Question

Add new member, change member Role API

  • December 19, 2022
  • 3 replies
  • 850 views

Arturas_F

Hello is there a way using rest api to add new member to Figma with Viewer restricted role assigned. Another question: is there a way to change member role using API?

such as:

        response = requests.patch(
            f"https://api.figma.com/v1/teams/{figma_team_id}/members/{member['id']}",
            headers={
                "X-Figma-Token": figma_api_key
            },
            json={
                "role": "VIEWER_RESTRICTED"
            }
This topic has been closed for replies.

3 replies

Hey
did you find way for it?


Oliver_Schwaiger

Would also be really interested in using the API for managing licenses more easily and automated.

This is a bit tricky I have to admit in the various different hidden Figma Settings 😅


Salva_Castro

Are there any plans to add this feature in the REST API?