Method: Jamf::MDM#unlock_user_account

Defined in:
lib/jamf/api/classic/api_objects/mdm.rb,
lib/jamf/api/classic/api_objects/mdm_classic.rb

#unlock_user_account(user) ⇒ Object

Send an unlock_user_account command to this computer or group

Parameters:

  • user (String)

    the username of the acct to unlock



1348
1349
1350
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 1348

def (user)
  self.class. @id, user, cnx: @cnx
end