[New] One seamless flow: workforce data to payroll, fully embedded.
curl --location --request PATCH '/api/organizations/organization_uuid_string/access-roles/access_role_uuid_string' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Senior Manager",
"permissions": [
"SHIFT_READ",
"SHIFT_WRITE",
"LOCATION_READ"
]
}'
{
"id": "access_role_uuid_string",
"name": "Senior Manager",
"permissions": [
"SHIFT_READ",
"SHIFT_WRITE",
"LOCATION_READ"
]
}