{
  "capturedAt": "2026-07-03T10:32:48.593Z",
  "endpoints": [
    {
      "key": "invite_link",
      "method": "GET",
      "path": "/api/organizations/[org_id]/invite_link",
      "status": 200,
      "body": {
        "enabled": true,
        "url": "https://claude.ai/join/[token]",
        "created_at": "2026-06-01T09:37:25.059923Z",
        "expires_at": "2026-08-30T09:37:25.145154Z"
      }
    },
    {
      "key": "members_legacy",
      "method": "GET",
      "path": "/api/organizations/[org_id]/members",
      "status": 200,
      "body": [
        {
          "account": {
            "tagged_id": "user_01NG2Lybi1saS8a5ULzitxKF",
            "uuid": "[uuid]",
            "full_name": "Marco",
            "email_address": "[email:1]"
          },
          "role": "user",
          "created_at": "2026-06-02T20:09:21.781468Z",
          "updated_at": "2026-07-02T12:25:48.947588Z",
          "seat_tier": "team_tier_1"
        },
        {
          "account": {
            "tagged_id": "user_018XHT3c7PcHCuKux2Hz7cYs",
            "uuid": "[uuid]",
            "full_name": "Gary Filipp",
            "email_address": "[email:2]"
          },
          "role": "primary_owner",
          "created_at": "2026-06-01T09:37:10.267762Z",
          "updated_at": "2026-06-03T19:05:17.923432Z",
          "seat_tier": "team_tier_1"
        },
        {
          "account": {
            "tagged_id": "user_01R2Rm9aXj8V8yzS2BAVDfYT",
            "uuid": "[uuid]",
            "full_name": "jeff",
            "email_address": "[email:3]"
          },
          "role": "user",
          "created_at": "2026-06-01T13:36:28.132770Z",
          "updated_at": "2026-06-01T13:36:35.820220Z",
          "seat_tier": "team_standard"
        },
        {
          "account": {
            "tagged_id": "user_01S7LJw4qufUqZTSJ1V3EiAz",
            "uuid": "[uuid]",
            "full_name": "tornikeo",
            "email_address": "[email:4]"
          },
          "role": "membership_admin",
          "created_at": "2026-06-01T12:05:24.033285Z",
          "updated_at": "2026-07-01T14:40:34.377187Z",
          "seat_tier": "team_standard"
        }
      ]
    },
    {
      "key": "invites_legacy",
      "method": "GET",
      "path": "/api/organizations/[org_id]/invites",
      "status": 200,
      "body": []
    },
    {
      "key": "members_v2_pending_invites",
      "method": "GET",
      "path": "/api/organizations/[org_id]/members_v2?offset=0&limit=15&types%5B%5D=invite",
      "status": 200,
      "body": {
        "data": [],
        "pagination": {
          "total": 0,
          "limit": 15,
          "offset": 0,
          "has_more": false
        }
      }
    }
  ]
}