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