Endpoints
You can use the users endpoint to access information regarding the currently authenticated user. When using OAuth 2, the user in question must be authenticated through the Figma API to access their information.
GET me
If you are using OAuth for authentication, this endpoint can be used to get user information for the authenticated user.
info
This is a Tier 3 endpoint and requires the current_user:read
scope.
HTTP Endpoint
GET /v1/me
Return value