Jump to content

Is there a way to enable "Password Requires Check Out" and "Change Password On check In" using the API?


Smartyparts

Recommended Posts

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
 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...