AladiaDocs
Api referenceEducationsBook librariesMembers

List all members

List all members

GET
/v2/educations/book-libraries/{libraryId}/members

List all members

AuthorizationBearer <token>

In: header

Path Parameters

libraryId*string

Query Parameters

next?string
prev?string
sortBy?string
sortDirection?string

Value in

  • "desc"
  • "asc"

Response Body

application/json

curl -X GET "https://example.com/v2/educations/book-libraries/string/members"
{  "data": [    "string"  ],  "cursor": {    "next": "string",    "prev": "string",    "totalItems": 0  }}