Requirement:
Confirm whether updating archived projects via the Responsive API (specifically updating the Stage field) is supported. The current behavior returns a permission error despite the user having access to the project.
Additional Information:
- Client receives "USER_DOES_NOT_HAVE_PERMISSION_FOR_PROJECT" error when attempting to update the Stage of an archived project via API.
- Issue is reproducible internally (400 Bad Request observed).
- User has already been added to the project, so this is not a basic access issue.
- The same API update works as expected for active projects, but fails specifically for archived projects.
- Need confirmation on:
- Whether archived project updates are supported via API
- If not supported, expected behavior and documentation gap
- If supported, identify root cause and provide fix
Recording of the Issue:
https://zoom.us/clips/share/MdgMsAuwTvipWIeyBTQ2kg
Screenshot of the Issue:
{ "ERROR_MESSAGE": "USER_DOES_NOT_HAVE_PERMISSION_FOR_PROJECT"}
Ticket:
TKT-215182