Figma · Example Payload

Figma Rest User Example

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Figma Rest User Example is an example object payload from Figma, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idhandleimg_urlemail

Example Payload

Raw ↑
{
  "id": "abc123",
  "handle": "example_value",
  "img_url": "https://www.example.com",
  "email": "user@example.com"
}