DocsAPI ReferenceAdmin/bff/admin/member-list
getAdminAdmin BFF

/bff/admin/member-list

Returns a paginated list of members for a given organisation. Supports fulltext search by name, username, or personal number. Requires internal admin membership.

AdmingetBffAdminMember-list

Parameters

1 query

1 total
Query · 1
organisationSlugstringRequired

Slug of the organisation to list members for.

Request

GET /bff/admin/member-list

get
curl -X GET "https://api.bizkithub.com/bff/admin/member-list?organisationSlug=acme-corp" \
  -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.

Get API Key