NOTE: This is an atomic copy-and-delete. The resource will have a new copy under the destination OrgUnit and be deleted from the source OrgUnit. The resource can only be searched under the destination OrgUnit afterwards.
HTTP request
POST https://cloudidentity.googleapis.com/v1beta1/{name=orgUnits/*/memberships/*}:move
The $orgUnitId is the orgUnitId from the Admin SDK OrgUnit resource. To manage a Membership without specifying source orgUnitId, this API also supports the wildcard character '-' for $orgUnitId per https://google.aip.dev/159.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-12 UTC."],[[["This operation moves an OrgMembership to a new OrgUnit, effectively copying and deleting it from the original location."],["After the move, the OrgMembership can only be found under the destination OrgUnit."],["The request requires a `name` parameter specifying the OrgMembership resource and utilizes a `POST` request to a designated URL."],["The request body needs both a `customer` field indicating the customer making the change, and a `destinationOrgUnit` field specifying the new location."],["The operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-identity.orgunits` for authorization."]]],[]]