Context:
We are developing a Workforce Management integration for AppFoundry. The service account has full WFM admin permissions. Calls to PUT /api/v2/wfm/schedules/assignments return a 403 Forbidden error with message “User does not have permission to modify assignments”. The token is valid and works for GET requests.
Question:
Does anyone know if specific scopes are missing for bulk assignment updates? Our current scope list includes wfm:schedule:write and wfm:assignment:write. Is there a hidden dependency or a known limitation with multi-org tokens in this context?