- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- Password change through API?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Password change through API?
Can I use cp_gaia_user to just reset a password every 90 days?
(Programming the 90 days is my challenge 😉
As I read the code on https://github.com/CheckPointSW/CheckPointAnsibleGAIACollection/blob/master/plugins/modules/cp_gaia_... it seems I can just set any variable as I see pleased as only the account name is mandatory.
<< We make miracles happen while you wait. The impossible jobs take just a wee bit longer. >>
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The ability to modify users was added in GAiA API v1.1. As long as your systems are running that version or newer, it looks like you should be able to use that to set either the password or the password hash, yes.
