GET
/staff/v1/businessLocations/{businessLocationId}/userTypes/POS/roles
curl \
--request GET 'https://api.trial.lsk.lightspeed.app/staff/v1/businessLocations/{businessLocationId}/userTypes/POS/roles' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"value": "ROLE_MANAGER",
"description": "POS user is a manager"
}
]