Pulling User information
Woody_NSACH
Community Member
in CLI
I'm attempting to get basic user information for everyone on my time. I'd like to have "createdAt", "updatedAt", and "lastAuthAt" for multiple users and export to a CSV but I'm running into issues with running 'op get user user@company.com,user2@company.com' and selecting the fields I want.
Any thoughts as to how I can get multiple users on the above command and select the fields I need?
1Password Version: 1.8.0
Extension Version: Not Provided
OS Version: OS X 11.2.3
Sync Type: Not Provided
0
Comments
-
Hey @Woody_NSACH ,
In order to get information on all users, as shown in the references guide, you can use:
op list users | op get user -
However, you'll need to write a script that will parse all the info and nitpick the specific data you want.
0
This discussion has been closed.