Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Returns a lightweight list of non-blocked organisation members with internal member ID and full name. Use this for pickers (e.g. support person selection in organisation profile). The returned ID is the internal member ID used by supportPersonId in update-profile.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
itemsobject[]RequiredNon-blocked organisation members.
idnumberRequiredInternal member ID (use as supportPersonId).
fullNamestringRequiredFull name of the member.
{
"items": [
{
"id": 0,
"fullName": "example_fullName"
}
]
}GET /bff/organisation/members
curl -X GET "https://api.bizkithub.com/bff/organisation/members" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.