provider Users GET /v1/me
@utdk/figma /v1/me
Get current user
Returns the user information for the currently authenticated user.

Try it

Authentication
Configure credentials for Figma API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getme
GET/v1/me
Returns the user information for the currently authenticated user.

This operation has no parameters.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import figma from '@utdk/figma';

await figma.getme()