User / Profile Databeginner

User Account Profile JSON Example

A realistic account profile payload with identity, contact, and lifecycle metadata.

Real-world use case: Use this for account APIs, admin dashboards, settings pages, and seeded user fixtures.
1{
2 "id": "usr_8f41",
3 "email": "[email protected]",
4 "fullName": "Maya Patel",
5 "plan": "pro",
6 "createdAt": "2026-02-14T09:30:00Z",
7 "marketingOptIn": true
8}

Where this shape shows up in production

User profile APIs
Admin dashboards
Subscription products

Related examples