AladiaDocs
Api referenceEducationsBook librariesMembers

Filter a member

Filter a book library

POST
/v2/educations/book-libraries/{libraryId}/members/filter

Filter a book library

AuthorizationBearer <token>

In: header

Path Parameters

libraryId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/educations/book-libraries/string/members/filter" \  -H "Content-Type: application/json" \  -d '{    "limit": 10,    "roles": [      "library-owner"    ]  }'
{  "data": [    "string"  ],  "cursor": {    "next": "string",    "prev": "string",    "totalItems": 0  }}