v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBStaff
Get Single User
get/staff/v1/businessLocations/{businessLocationId}/staff/{staffId}
Path parameters
businessLocationIdinteger required
The unique identifier for the business location.
staffIdinteger required
The unique identifier for the user.
Response
User object
Example response
{
"staffId": 1234,
"username": "John Doe",
"firstName": "John",
"lastName": "Doe",
"businessId": 12345,
"businessLocationId": 1234567890,
"groups": [
{
"id": 1234,
"name": "Bar Staff"
}
],
"roles": [
{
"id": 1234,
"name": "ROLE_CAN_LOGIN"
}
]
}