Facebook · JSON Structure

Graph Api User Structure

A Facebook user profile.

Type: object Properties: 5
Fortune 500AdvertisingContent PublishingMessagingSocial MediaSocial Networking

User is a JSON Structure definition published by Facebook, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name email first_name last_name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/facebook/refs/heads/main/json-structure/graph-api-user-structure.json",
  "name": "User",
  "description": "A Facebook user profile.",
  "type": "object",
  "properties": {
    "id": { "type": "string", "description": "The user ID." },
    "name": { "type": "string", "description": "The user's full name." },
    "email": { "type": "string", "description": "The user's email address." },
    "first_name": { "type": "string", "description": "First name." },
    "last_name": { "type": "string", "description": "Last name." }
  }
}