/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 · 3
pagestringPage number (1-based) for pagination.
limitstringMaximum items per page (1–500, default 50).
filterFulltextQuerystringFull-text search across member name and email.
Request
GET /bff/member/list
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"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.