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
getme
GET/v1/me
Returns the user information for the currently authenticated user.

This operation has no parameters.

Configure credentials above to enable sending.

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

TypeScript

import figma from '@utdk/figma';

await figma.getme()