Page body
What this surface represents
Staff does not expose a separate /staff/[id] operator page. Instead, both the read-only view workspace and the edit form rely on the same backend detail payload.
Why this matters
- When operators see one set of fields in the read-only page and another in the edit form, they are still looking at the same underlying admin detail source.
- Role, group, identity fields, and permission data should be interpreted as one shared record model.
- If the detail payload is wrong, both the view and edit experiences can be affected.