I have an an issue where I need to update some user fields in the API but I don't really know where to start.
In summary, I need to loop through all users and for every user whose 'managed_apple_id' field is blank/null I need to copy the data from the 'roster_managed_apple_id' field to the 'managed_apple_id' field.
Does that make sense? Is anyone able to help?