Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Jono
7 months agoNew Contributor
auto update passwords
I run a saas product, and the super admins get a daily email with their new password. Is there a way to update these logins in 1Password as well via an API or webhook?
2 Replies
- 1P_Phil
Moderator
Hi Jono,
We have a few ways to get this done, it depends on your system setup and requirements. In general it involves creating a script that runs as you plan (e.g. Cron Job). You can use the SDK (if you don't have access to the command prompt) or CLI (if you do) to update the passwords and share them one by one. You can also set the expiration date to help with the process.
Here are some links to get your started:
- https://developer.1password.com/docs/sdks
- https://developer.1password.com/docs/cli
- https://developer.1password.com/docs/sdks/share-items
I'm happy to help if you have further requirements.
Phil
- Former Member
you could also use the 1Password Operator in K8S if it the saas product runs in k8s