Skip to main content

user

Subcommands

user confirm

Specify the user by their e-mail address, name, or ID.

Flags

Specify the user by their e-mail address, name, or ID.

Examples

Confirm a user by specifying their name:

Confirm a user by specifying their email:

user delete

Remove a user and all their data from the account.

Specify the user by their e-mail address, name, or ID.

user edit

Change a user's name or Travel Mode status.

Flags

Specify the user by their e-mail address, name, or ID.

user get

Get details about a user.

Flags

Specify the user by their e-mail address, name, or ID.

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:

Look up a user by e-mail:

Get details for all users:

Get the public key for all users in a group:

Get details for all users who have access to a vault:

user list

List users.

Flags

Returns all users in an account by default. Use flags to filter results.

When you use the --group option, the output includes the user's role in the group.

Examples

Get details for all users:

Get the public key for all users in a group:

Get details for all users who have access to a vault:

user provision

Provision a user in the authenticated account.

Flags

Provisioned users will receive an invitation email to join the 1Password account.

Once a user accepts an invitation, an admin must confirm them on 1Password.com or using the 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.

A user may be specified by their e-mail address, name, or ID.

user suspend

Suspend a user.

Flags

Specify the user by their e-mail address, name, or ID.

A suspended user will immediately be logged out of all devices and will not be able to log in or access any data.

Users in a suspended state are not considered in billing.

You can reactivate a suspended user with the op user reactivate command.

Was this page helpful?