Manage groups using 1Password SDKs Beta
The Groups class provides methods for interacting with and managing groups in 1Password.
Requirements
To use this feature, you'll need to install the 1Password SDK from the beta branch:
- Go
- JavaScript
- Python
Get a group
You can use Groups.Get to fetch a group in your 1Password account.
- Go
- JavaScript
- Python
Replace groupID with the group's unique identifier.
Replace groupId with the group's unique identifier.
Replace group_id with the group's unique identifier.