Move a property or include

PUT https://{{host}}/identity-management/v3/user-admin/properties/:assetId

This operation moves a property or include from one group to another group. You can only move an asset into another group within the same group hierarchy. Depending on your role in the destination group, you may lose access to resources the asset uses. Before moving an asset, run the List users affected by moving a group operation to review which users will be affected by the move.

Request Params

KeyDatatypeRequiredDescription
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Request Body

{"destinationGroupId"=>22222, "sourceGroupId"=>11111}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring