Skip to main content
Question

SCIM FigmaAdmin Provisioning

  • April 12, 2025
  • 1 reply
  • 61 views

Maneesh Chahal

HI Team ,

 

We are integrating Figma with SailPoint and our requirement is to assign admin Permission to a user as a group membership. to achieve this we are using the Patch API given in the Figma documentation. Below is the payload body we are sending Using PATCH request : Request is working as expected given in documentation, but the user is now assigned as admin in Figma. Please help why it not assigning admin permission. As attached below snippet no admin tag to user . I have attached the requested body and response below

 

.

{

    "schemas": [

        "urn:ietf:params:scim:api:messages:2.0:PatchOp"

    ],

    "Operations": [

        {

            "op": "replace",

            "path": "figmaAdmin",

            "value": true

        }

    ]

}

 

and we are getting the 200 Response as shown below :

 

{

    "name": {

        "givenName": "Test",

        "familyName": "Drift"

    },

    "roles": [

        {

            "type": "seatType",

            "value": "view"

        }

    ],

    "active": true,

    "emails": {

        "type": "work",

        "value": "xxxxxxxxx",

        "primary": "true"

    },

    "schemas": [

        "urn:ietf:params:scim:schemas:core:2.0:User",

        "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User",

        "urn:ietf:params:scim:schemas:extension:figma:enterprise:2.0:User"

    ],

    "userName": "xxxxxxxxx",

    "figmaAdmin": true,

    "displayName": "DriftTest",

    "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User": {

        "department": "Test",

        "organization": "CFS"

    },

    "urn:ietf:params:scim:schemas:extension:figma:enterprise:2.0:User": {

        "figmaAdmin": false

    },

    "id": "xxxxxxx",

    "meta": {

        "resourceType": "User",

        "created": "2025-04-06T12:39:33Z",

        "lastModified": "2025-04-11T13:50:03Z",

        "version": "W/\"1744379403\"",

        "location": "https://www.figma.com/scim/v2/xxxxxxxx/Users/xxxxxxx"

    }

}

 

 

Thank

Maneesh chahal

1 reply

y_toku
Figmate
  • Community Support
  • 2415 replies
  • April 14, 2025

Hi ​@Maneesh Chahal 

 

Thanks for reaching out. I'm sorry to hear you're experiencing the SCIM provisioning issue. I see that you're already in contact with another team, which is great. I recommend waiting for their response, so please hang tight.

Thanks for your patience!

 

Toku


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings