Jump to content

Smartyparts

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Smartyparts

  1. We'd like to be able to enable the :"Password requires check out" and "change password on check in" when creating a new record through the API.
  2. Actually my request is to allow us to enable the two check boxes while we CREATE a new password. Should I still do this as a feature request?
  3. Is there a way to enable "Password Requires Check Out" and "Change Password On check In" using the API? I have tried the following and it doesn't work.... ------------------- $Body = @{ PasswordListID = "123" Title = $User Username = $User apikey = $apiKey GeneratePassword = "true" Description = $Description PasswordResetEnabled = "true" PasswordResetSchedule = "23:00" PrivilegedAccountID = "2" ScriptID = "30" HeartbeatEnabled = "true" HeartbeatSchedule = "17:00" ValidationScriptID = "7" AccountTypeID = "65" domain = "xxx" ADDomainNetBIOS = "xxx" RequiresCheckOut= "true" ChangeOnCheckin= "true" } Invoke-RestMethod -URI $PopeyeURL -Method Post -Body $Body
×
×
  • Create New...