एपीआई की सुविधाओं के बारे में खास जानकारी पाने के लिए, Chrome Management Third Party Profile Users API पर जाएं.
इस पेज पर दिखाए गए सभी अनुरोधों में, इन वैरिएबल का इस्तेमाल किया जाता है:
$TOKEN- OAuth 2.0 टोकन$CUSTOMER- ग्राहक का आईडी या लिटरलmy_customer
तीसरे पक्ष की प्रोफ़ाइल के उपयोगकर्ता को दूसरी प्रोफ़ाइल पर ले जाना
तीसरे पक्ष की प्रोफ़ाइल के उपयोगकर्ता को ट्रांसफ़र करने के लिए, /thirdPartyProfileUsers/<third_party_profile_user_id>:move एंडपॉइंट का इस्तेमाल करें.
अनुरोध
curl -H "Authorization: Bearer $TOKEN" \
--json '{"destinationOrgUnit": "org_unit_id"}' \
"https://chromemanagement.googleapis.com/v1/customers/$CUSTOMER/thirdPartyProfileUsers/<third_party_profile_user_id>:move"
जवाब
{
"name": "customers/<customerId>/thirdPartyProfileUsers/<third_party_profile_user_id>",
"orgUnitId": "org_unit_id"
}