> For the complete documentation index, see [llms.txt](https://docs.tnid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tnid.com/api-reference/002_company/006_b2c_connections/004__list_pending_b2c_connection_requests.md).

# List Pending B2C Connection Requests

GraphQL endpoint: `/company`

Lists all pending B2C connection requests sent by the authenticated company. These are connection requests that have been sent to users but not yet responded to. You can filter by invited user ID, connection type, and limit the results. Only requests with status PENDING are returned.

## Query

```graphql
query (
  $invitedUserId: ID
  $includedType: B2cConnectionType
  $excludedType: B2cConnectionType
  $limit: Int
) {
  pendingB2cConnectionRequests (
    invitedUserId: $invitedUserId
    includedType: $includedType
    excludedType: $excludedType
    limit: $limit
  ) {
    id
    status
    type
    insertedAt
    respondedAt
    updatedAt
    company {
      id
    }
    user {
      id
    }
    invitedUser {
      id
    }
  }
}

```

## Variables

```json
{}
```

## Response

```json
{
  "data": {
    "pendingB2cConnectionRequests": [
      {
        "company": {
          "id": "00000000-0000-4000-8000-000000000001"
        },
        "id": "00000000-0000-4000-8000-000000000002",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedUser": {
          "id": "00000000-0000-4000-8000-000000000003"
        },
        "respondedAt": null,
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000004"
        }
      },
      {
        "company": {
          "id": "00000000-0000-4000-8000-000000000001"
        },
        "id": "00000000-0000-4000-8000-000000000005",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedUser": {
          "id": "00000000-0000-4000-8000-000000000006"
        },
        "respondedAt": null,
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000007"
        }
      },
      {
        "company": {
          "id": "00000000-0000-4000-8000-000000000001"
        },
        "id": "00000000-0000-4000-8000-000000000008",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedUser": {
          "id": "00000000-0000-4000-8000-000000000009"
        },
        "respondedAt": null,
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000010"
        }
      },
      {
        "company": {
          "id": "00000000-0000-4000-8000-000000000001"
        },
        "id": "00000000-0000-4000-8000-000000000011",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedUser": {
          "id": "00000000-0000-4000-8000-000000000012"
        },
        "respondedAt": null,
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000013"
        }
      },
      {
        "company": {
          "id": "00000000-0000-4000-8000-000000000001"
        },
        "id": "00000000-0000-4000-8000-000000000014",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedUser": {
          "id": "00000000-0000-4000-8000-000000000015"
        },
        "respondedAt": null,
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000016"
        }
      },
      {
        "company": {
          "id": "00000000-0000-4000-8000-000000000001"
        },
        "id": "00000000-0000-4000-8000-000000000017",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedUser": {
          "id": "00000000-0000-4000-8000-000000000018"
        },
        "respondedAt": null,
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000019"
        }
      },
      {
        "company": {
          "id": "00000000-0000-4000-8000-000000000001"
        },
        "id": "00000000-0000-4000-8000-000000000020",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedUser": {
          "id": "00000000-0000-4000-8000-000000000021"
        },
        "respondedAt": null,
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000022"
        }
      },
      {
        "company": {
          "id": "00000000-0000-4000-8000-000000000001"
        },
        "id": "00000000-0000-4000-8000-000000000023",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedUser": {
          "id": "00000000-0000-4000-8000-000000000024"
        },
        "respondedAt": null,
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000025"
        }
      },
      {
        "company": {
          "id": "00000000-0000-4000-8000-000000000001"
        },
        "id": "00000000-0000-4000-8000-000000000026",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedUser": {
          "id": "00000000-0000-4000-8000-000000000027"
        },
        "respondedAt": null,
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000028"
        }
      },
      {
        "company": {
          "id": "00000000-0000-4000-8000-000000000001"
        },
        "id": "00000000-0000-4000-8000-000000000029",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedUser": {
          "id": "00000000-0000-4000-8000-000000000030"
        },
        "respondedAt": null,
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000031"
        }
      }
    ]
  }
}
```
