UpdateFitPackageOwnerAsync

Updates the RunAs user of a FIT package. Returns (Task)

Overview of UpdateFitPackageOwnerAsync goes here.

Name Description
item The FitPackage whose ownership should be changed
newUserKey New owner of FitPackage

Update Fit Package Owner Async

Example in C#

// Returns: nothing
await client.UpdateFitPackageOwnerAsync(FitPackageInfo item, String newUserKey);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/FitPackages/FitPackage.KEY/change-owner/newUserKey \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d '{}'