﻿{
    "code": 200,
    "data": [
        {
            "id": 1,
            "role": "admin",
            "email": "alice.chen@example.com",
            "profile": {
                "bio": "Senior developer and team lead",
                "location": "San Francisco, CA",
                "timezone": "America/Los_Angeles",
                "avatar_url": "https://api.example.com/avatars/alice-chen.jpg"
            },
            "username": "alice.chen",
            "full_name": "Alice Chen",
            "is_active": true,
            "created_at": "2022-03-15T09:30:00Z",
            "last_login": "2025-04-10T14:22:18Z"
        },
        {
            "id": 2,
            "role": "editor",
            "email": "bob.martinez@example.com",
            "profile": {
                "bio": "Content strategist and writer",
                "location": "New York, NY",
                "timezone": "America/New_York",
                "avatar_url": "https://api.example.com/avatars/bob-martinez.jpg"
            },
            "username": "bob.martinez",
            "full_name": "Bob Martinez",
            "is_active": true,
            "created_at": "2022-06-20T11:00:00Z",
            "last_login": "2025-04-09T08:45:33Z"
        },
        {
            "id": 3,
            "role": "viewer",
            "email": "carol.johnson@example.com",
            "profile": {
                "bio": "",
                "location": "Chicago, IL",
                "timezone": "America/Chicago",
                "avatar_url": null
            },
            "username": "carol.johnson",
            "full_name": "Carol Johnson",
            "is_active": true,
            "created_at": "2023-01-10T15:20:00Z",
            "last_login": "2025-04-08T19:10:05Z"
        },
        {
            "id": 4,
            "role": "editor",
            "email": "david.kim@example.com",
            "profile": {
                "bio": "DevOps engineer",
                "location": "Seattle, WA",
                "timezone": "America/Los_Angeles",
                "avatar_url": "https://api.example.com/avatars/david-kim.jpg"
            },
            "username": "david.kim",
            "full_name": "David Kim",
            "is_active": false,
            "created_at": "2023-03-05T08:15:00Z",
            "last_login": "2025-02-14T12:00:00Z"
        },
        {
            "id": 5,
            "role": "admin",
            "email": "eva.patel@example.com",
            "profile": {
                "bio": "Product manager with 10+ years experience",
                "location": "Austin, TX",
                "timezone": "America/Chicago",
                "avatar_url": "https://api.example.com/avatars/eva-patel.jpg"
            },
            "username": "eva.patel",
            "full_name": "Eva Patel",
            "is_active": true,
            "created_at": "2023-05-18T10:45:00Z",
            "last_login": "2025-04-10T16:30:22Z"
        },
        {
            "id": 6,
            "role": "viewer",
            "email": "frank.liu@example.com",
            "profile": {
                "bio": "Frontend developer specializing in React",
                "location": "Denver, CO",
                "timezone": "America/Denver",
                "avatar_url": null
            },
            "username": "frank.liu",
            "full_name": "Frank Liu",
            "is_active": true,
            "created_at": "2023-08-22T13:00:00Z",
            "last_login": "2025-04-07T09:15:40Z"
        },
        {
            "id": 7,
            "role": "editor",
            "email": "grace.williams@example.com",
            "profile": {
                "bio": "UX researcher and designer",
                "location": "Portland, OR",
                "timezone": "America/Los_Angeles",
                "avatar_url": "https://api.example.com/avatars/grace-williams.jpg"
            },
            "username": "grace.williams",
            "full_name": "Grace Williams",
            "is_active": true,
            "created_at": "2023-11-01T16:30:00Z",
            "last_login": "2025-04-10T11:05:58Z"
        },
        {
            "id": 8,
            "role": "viewer",
            "email": "henry.brown@example.com",
            "profile": {
                "bio": null,
                "location": "Miami, FL",
                "timezone": "America/New_York",
                "avatar_url": null
            },
            "username": "henry.brown",
            "full_name": "Henry Brown",
            "is_active": true,
            "created_at": "2024-01-15T09:00:00Z",
            "last_login": "2025-04-06T20:42:11Z"
        },
        {
            "id": 9,
            "role": "admin",
            "email": "iris.nakamura@example.com",
            "profile": {
                "bio": "Data engineer and analytics lead",
                "location": "Boston, MA",
                "timezone": "America/New_York",
                "avatar_url": "https://api.example.com/avatars/iris-nakamura.jpg"
            },
            "username": "iris.nakamura",
            "full_name": "Iris Nakamura",
            "is_active": true,
            "created_at": "2024-02-28T14:20:00Z",
            "last_login": "2025-04-10T17:55:30Z"
        },
        {
            "id": 10,
            "role": "editor",
            "email": "james.obrien@example.com",
            "profile": {
                "bio": "Technical writer and documentation specialist",
                "location": "Remote",
                "timezone": "America/Chicago",
                "avatar_url": "https://api.example.com/avatars/james-obrien.jpg"
            },
            "username": "james.obrien",
            "full_name": "James O'Brien",
            "is_active": true,
            "created_at": "2024-04-10T11:30:00Z",
            "last_login": "2025-04-09T15:20:45Z"
        }
    ],
    "meta": {
        "rate_limit": {
            "limit": 1000,
            "reset_at": "2025-04-10T19:00:00Z",
            "remaining": 847
        },
        "request_id": "req_a1b2c3d4e5f6",
        "api_version": "v1",
        "response_time_ms": 42
    },
    "links": {
        "last": "https://api.example.com/v1/users?page=5&per_page=10",
        "next": "https://api.example.com/v1/users?page=3&per_page=10",
        "prev": "https://api.example.com/v1/users?page=1&per_page=10",
        "self": "https://api.example.com/v1/users?page=2&per_page=10",
        "first": "https://api.example.com/v1/users?page=1&per_page=10"
    },
    "status": "success",
    "message": "Users retrieved successfully",
    "pagination": {
        "page": 2,
        "has_next": true,
        "has_prev": true,
        "per_page": 10,
        "total_items": 47,
        "total_pages": 5
    }
}