Hi everyone,
I'm currently developing a Figma plugin for our organization, which uses the Enterprise version of Figma. I’m looking for a way to retrieve and store user information (such as email, name, or user ID) automatically when the plugin starts running.
I’ve reviewed the Plugin API documentation, but I couldn’t find a clear method to:
- Access user identity details immediately on plugin launch.
- Automatically store this data in a Google Sheet or send it to a backend server for logging and access control.
This functionality is important for us in an Enterprise context to track usage and enforce internal policies.
Questions:
- Is there a supported way to access the current user’s identity when the plugin starts?
- Are there any Enterprise-specific APIs or permissions that allow this?
- What’s the best practice for sending this data to an external service (e.g., Google Sheets or a backend) securely?
Any help, examples, or workarounds would be greatly appreciated!
Thanks in advance!