Skip to main content

Manage groups using 1Password SDKs

If you have 1Password Business or 1Password Teams, you can use 1Password SDKs to manage groups.

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

To fetch a group, use the Groups().Get() method.

Replace groupID with the group's unique identifier.

Was this page helpful?