Bulk Objects Division Update help

Hi all, I am trying to migrate some objects (queues, schedulegroups, schedules, users...) from the home division to a newly created division by using:

POST authorization/divisions/{divisionId}/objects/{objectType}

For info I have Master Admin role with all divisions permissions and I have checked through permissions for all objects.

When I select the user object and input the required GUIDs it works great (returns 204), but when I tried with queues, schedule groups or schedules it returns 403:

{
"message": "Unable to perform the requested action. You must have at least one of the following permissions assigned: [] in at least one of the following division(s): [f9ab9d86-c5a5-491b-acb5-4e0c02775689]",
"code": "missing.any.division.permissions",
"status": 403,
"contextId": "97b9bd02-ec17-41e6-8b1e-4f5e56ec21e1",
"details": [],
"errors": []
}

I am able to change the division assignments for all objects through the GUI.

I have tried this in both of our clients ORGs (dev and prod) and our company ORG, all with the same result. I'm wondering if anyone else has come across this and knows how to fix or feels I have found a bug.

Thanks!

Ben

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.