Answered
Our current SIS-Agilix Integration puts students who are no longer enrolled into a Deactivated Users Subdomain. When a student re-enrolls into our schools, how can I move a student from the the Deactivated Users Subdomain into the correct subdomain for their school?
Comments (4)
Hey Burt, you would want to use the UpdateUsers API command to move a user from one domain to another. Simply update their domainid to the domain they should be in.
Be careful to not move them into a domain where their username is already in use.
Brad, is there a way to move the user, in other words, change the user's domain id through a CSV import?
Hi Varshini,
Yes! Buzz Admins can move users by editing their domain ID through a CSV import from within the Users tool. Here's a simple CSV format to achieve this:
Replace "id" with the user ID and domain ID you want the user account(s) to be moved to.
Thank you!!