Q3 Roadmap: Embedded Notifications, Embedded Commissions, Tips and more!
SHIFT_READ
, SHIFT_WRITE
, SHIFT_ADD
, SHIFT_UPDATE
to control access for view, add, modify attendance entries actions.SCHEDULE_READ
, SCHEDULE_WRITE
for read-only or edit actions on schedules.LOCATION_READ
permission enables viewing all employee data within a location, while LOCATION_ADMIN
grants full administrative control over location settings and configurations.ORGANIZATION_ADMIN
provides complete access to manage all locations and settings across the entire organization.
ORGANIZATION_ADMIN
grants LOCATION_ADMIN
, which in turn grants shift & schedule rights), best practice is to explicitly list every permission a role requires. Being verbose keeps JWT payloads self‑describing and future‑proofs your integration.