> 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/006__list_received_c2b_connection_requests.md).

# List Received C2B Connection Requests

GraphQL endpoint: `/company`

Lists all pending connection requests received from users (C2B - Consumer to Business). These are connection requests initiated by users who want to connect with the company. You can filter by user ID, connection type, and limit the results. Only requests with status PENDING are returned. Use respondC2bConnectionRequest to accept or reject these requests.

## Query

```graphql
query (
  $userId: ID
  $includedType: B2cConnectionType
  $excludedType: B2cConnectionType
  $limit: Int
) {
  receivedC2bConnectionRequests (
    userId: $userId
    includedType: $includedType
    excludedType: $excludedType
    limit: $limit
  ) {
    id
    status
    type
    insertedAt
    respondedAt
    updatedAt
    user {
      id
    }
    invitedCompany {
      id
    }
    respondedByUser {
      id
    }
  }
}

```

## Variables

```json
{}
```

## Response

```json
{
  "data": {
    "receivedC2bConnectionRequests": [
      {
        "id": "00000000-0000-4000-8000-000000000001",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000002"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000003"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000004",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000002"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000005"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000006",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000002"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000007"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000008",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000002"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000009"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000010",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000002"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000011"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000012",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000002"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000013"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000014",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000002"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000015"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000016",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000002"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000017"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000018",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000002"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000019"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000020",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000002"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000021"
        }
      }
    ]
  }
}
```
