An administrator can take control of a user's vApps, media, and catalogs.
When an administrator retrieves a
User element, it contains a link that the administrator can use to take ownership of that user's vApps, media, and catalogs. This action is typically required when a user leaves the organization and an administrator must transfer ownership of that user's objects to other users.
Note: Starting with API version 38.0, the following endpoints are deprecated.
API Endpoint | Description |
---|---|
GET /admin/user/{id} | Retrieve a user. |
PUT /admin/user/{id} | Update a user. |
DELETE /admin/user/{id} | Delete a user. |
POST /admin/user/{id}/action/takeOwnership | Transfer ownership of this user's vApps, media, and catalogs to the called. |
GET /admin/users/query | Retrieves a list of users for the organization that the organization administrator belongs to by using REST API general QueryHandler. |
Prerequisites
This operation requires the rights included in the predefined Organization Administrator role or an equivalent set of rights. Verify that you are logged in to the vCloud Air Compute Service as an Account Administrator.
Procedure
Results
All vApps, media, and catalogs that belonged to the user now belong to the administrator who made the request. The administrator can then change the ownership as needed. See View or Change the Owner of an Object.