Skip to main content

List all individuals

GET 

/config/individuals

This endpoint is used to list all individuals in the organisation defined in the consent building block.

Request

Query Parameters

    offset integerrequired

    Number of records to skip for pagination.

    limit integerrequired

    Default value: 10

    Maximum number of records to return per page.

    externalIndividualId stringrequired

    Unique ID of an object

Responses

Individuals listed successfully

Response Headers
    Schema
      individuals object[]
      pagination object
      currentPage integer

      Current page number

      totalItems integer

      Total number of items available

      totalPages integer

      Total number of pages based on limit

      limit integer

      Number of items per page

      hasPrevious boolean

      Indicates if there's a previous page

      hasNext boolean

      Indicates if there's a next page

    Loading...