Buzz API

How do we move students between domains?

Follow
Answered
Burt Lo

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)

Sort by
Brad Marshall
  • Agilix team member

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.

0 Comment actions Permalink
Varshini G

Brad, is there a way to move the user, in other words, change the user's domain id through a CSV import?

0 Comment actions Permalink
Steven Martins
  • Agilix team member

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:

Action,User Id,Domain Id
Edit,id,id

Replace "id" with the user ID and domain ID you want the user account(s) to be moved to.

1 Comment actions Permalink
Varshini G

Thank you!!

0 Comment actions Permalink
Please sign in to leave a comment.