BizKitHub
DocsAPI ReferenceMember/bff/member/list
getMemberAdmin BFF

/bff/member/list

Returns a paginated list of organisation members with their roles, activity status and avatar info. Includes pending invitations (members with isPending: true and id prefixed with pending-).

MembergetBffMemberList

Parameters

3 query

Query parameters

· 3
pagestringOptional

Page number (1-based) for pagination.

Example1
limitstringOptional

Maximum items per page (1–500, default 50).

Example50
filterFulltextQuerystringOptional

Full-text search across member name and email.

Exampleexample_filterFulltextQuery

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/member/list

get
curl -X GET "https://api.bizkithub.com/bff/member/list?page=1&limit=50&filterFulltextQuery=example_filterFulltextQuery" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key