DocsAPI ReferenceOrganisation/bff/organisation/members
getOrganisationAdmin BFF

/bff/organisation/members

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.

OrganisationgetBffOrganisationMembers

No parameters

This endpoint takes no path, query, header or body parameters.

Request

GET /bff/organisation/members

get
curl -X GET "https://api.bizkithub.com/bff/organisation/members" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "items": [
    {
      "id": 0,
      "fullName": "example_fullName"
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key