Manage groups using 1Password SDKs
If you have 1Password Business or 1Password Teams, you can use 1Password SDKs to manage groups.
Before you get started
Before you begin, follow the steps to get started with a 1Password SDK. The examples on this page assume you have an initialized client instance. For example:
- Go
- JavaScript
- Python
- ES Modules
- CommonJS
TIP
See the examples folder in the 1Password Go, JavaScript, or Python SDK GitHub repository for full example code you can quickly clone and test in your project.
Get a group
- Go
- JavaScript
- Python
To fetch a group, use the groups.get() method.