Skip to main content
GET/transactional-api/list-staff

List Staff

Returns all active staff members with their identifier, display name, and username.

Authorization: Bearer token (JWT). See Authentication.

Responses

200 Active staff members.
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"username": "string",
"userRoles": [
"string"
],
"jobRoles": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"gpadRole": "string",
"gpConnectRole": "string",
"emed3FitNoteProfession": "string"
}
],
"gmcNumber": "string",
"nmcPin": "string",
"gphcRegistrationNumber": "string",
"hcpcRegistrationNumber": "string"
}
]