--
You received this message because you are subscribed to the Google Groups "Google Apps Manager" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/5e069c0c-b4a4-483b-973e-35e3a66639b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes, the old Provisioning API allowed up to 25 users to be moved into an OU with a single API call. With the new Admin SDK, it's an API operation per-user to move them. However, a few things:
- The new Admin SDK allows you to set user OU at the same time a user is created or other updates are made to a user (like setting their password or phone number) and it's still just 1 API call. If possible, I recommend setting the user's API call at this time.
- You can use the new GAM 3.2+ batch and csv commands to speed up these processes. They are documented here. Assuming you have the list of 100 users in a CSV you can do:
gam csv users2move.csv gam update user ~email ou "/NewOU"
where users2move.csv is a CSV file with headers which has a header row of email with all user emails to move defined. This should be much faster as GAM will start 5 child processes to perform the moves in parallel.If you're still getting errors, I need to know the exact error message you're getting to be able to do anything with it.
Jay Lee
On Tue, Jul 8, 2014 at 5:44 AM, DIEGO GONZALEZ ESPINILLA <diego.gonzal...@bbva.com> wrote:
Hi.In gam version 2.55, move 100 mailboxes to any org takes 2 seconds.
In gam 3.x, including 3.3, the same operation takes more than 5 minutes or fail and dont move any mailboxes.Regards.
--
You received this message because you are subscribed to the Google Groups "Google Apps Manager" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/5f1695c2-0fb5-4b18-8525-4c75e37d3aac%40googlegroups.com.