Smartyparts Posted July 21, 2022 Posted July 21, 2022 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
support Posted July 22, 2022 Posted July 22, 2022 Hi SmartyPants, Unfortunately no, we do not have any functionality to check Out passwords in our API, but you are welcome to put a feature request in if you like? If you would like to do this, please submit it into the Feature Request section of our forums - https://www.clickstudios.com.au/community/index.php?/forum/38-feature-requests/ By logging it here, this will help us prioritize your request based on the community voting on features, and if you enable the ‘Notify me of Replies’ on your request, then you will receive an email notification once we complete it. Regards, Click Studios Support
Smartyparts Posted July 22, 2022 Author Posted July 22, 2022 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?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now