IamUtil.renameUser()

DESCRIPTION

Update an IAM user’s username on device.

DECLARATION

    static public func renameUser(connection: Connection,
                                  username: String,
                                  newUsername: String) throws 

PARAMETERS

connection:
An established connection to the device
username:
Username for the user that should have username updated
newUsername:
New username for the user

THROWS ERRORS

USER_DOES_NOT_EXIST:
if the specified user does not exist on the device.
BLOCKED_BY_DEVICE_CONFIGURATION:
if the device configuration does not allow the current user to update the specified user's display name (the IAM:SetUserUsername action is not allowed for the requesting role for the IAM:Username user)
IAM_NOT_SUPPORTED:
if Nabto Edge IAM is not supported by the device