Subcommands
- user confirm: Confirm a user
- user delete: Remove a user and all their data from the account
- user edit: Edit a user’s name or Travel Mode status
- user get: Get details about a user
- user list: List users
- user provision: Provision a user in the authenticated account
- user reactivate: Reactivate a suspended user
- user recovery: Manage user recovery in your 1Password account
- user suspend: Suspend a user
user confirm
Specify the user by their e-mail address, name, or ID.Flags
Examples
Confirm a user by specifying their name:user delete
Remove a user and all their data from the account.user edit
Change a user’s name or Travel Mode status.Flags
user get
Get details about a user.Flags
Use standard input to specify objects
If you enter a hyphen (-) instead of a single object for this command,
the tool will read object specifiers from standard input (stdin).
Separate each specifier with a new line. For more information about how
to specify objects, run op help.
You can also pass the command a list or array of JSON objects. The tool
will get an item for any object that has an ID, ignoring line
breaks. This is useful for passing information from one op command
to another.
Examples
Look up a user by name:user list
List users.Flags
--group option, the output includes the user’s role
in the group.
Examples
Get details for all users:user provision
Provision a user in the authenticated account.Flags
op user confirm command.
Invited users will not be considered for billing until they accept their invitation.
Examples
Invite a user by specifying their e-mail address and name:user reactivate
Reactivate a suspended user.user recovery
Subcommands
- user recovery begin: Begin recovery for users in your 1Password account
user recovery begin
Begin recovery for users in your 1Password account:Examples
Begin recovery for multiple users by UUID:user suspend
Suspend a user.Flags
op user reactivate
command.