Administrator
- Administrator
- All Products
POST <serverUrl>/mftsaas/api/v1/ChangeCallbackOwnership
Field
| Type
| Required
| Description
|
---|---|---|---|
currentOwner
| String
| Yes
| User ID of the current owner.
|
newOwner
| String
| Yes
| User ID of the new owner.
|
POST <serverUrl>/mftsaas/api/v1/ChangeCallbackOwnership Content-Type: application/json Accept:application/json Content-Type:application/json IDS-SESSION-ID:{{IDS-SESSION-ID}} { "currentOwner": "{{UserIDwhoLeftTheOrganization}}", "newOwner": "{{NewUserID}}" }
200 OK