Rupert Madden-Abbott
Rupert Madden-Abbott

Reputation: 13298

How can I move an account into the main/primary organization unit?

Using the Google Provisioning API, under Managing Organization Units, I can use UpdateOrgUser to change the OU in which a user resides.

How I can move a user out of an OU and into the "top-level" OU? What should be passed to org_unit_path?

Upvotes: 0

Views: 237

Answers (1)

hexedpackets
hexedpackets

Reputation: 874

The top-level OU can be referenced with a single slash. You can move users into the root OU by setting the orgUnitPath to "/".

Upvotes: 1

Related Questions