The Chrome Management Third Party Profile Users API allows administrators to move a 3p profile user to a different organizational unit.
Quick overview of API methods
URL relative to
https://chromemanagement.googleapis.com/v1/customers/{customer_id}/thirdPartyProfileUsers/{third_party_profile_user_id}
Description | Relative URL | Http method |
---|---|---|
Move the managed Third party profile user | /thirdPartyProfileUsers/{third_party_profile_user_id}:move | POST |
See code samples for example requests and responses.
Admin Privileges
ThirdPartyProfileUser API respects administrator role delegation.
Method | Admin privileges required |
---|---|
MoveThirdPartyProfileUser | "Services -> Chrome Management -> Settings -> Managed Browsers" |
To manage administrator roles and privileges visit "Admin Console -> Admin Roles".
API scopes
Chrome Management Profiles API requires the following OAuth scopes:
Method | OAuth scopes required |
---|---|
MoveThirdPartyProfileUser | https://www.googleapis.com/auth/chrome.management.profiles |
For more information, see the Authentication Overview.