Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
4 years agoList all Guest Users
Hi Support,
I am trying to list:
1. all Guest users
2. All Active Users
3. All Users
4. All Guest Users and Vaults that they have access to
All Active Users:
op list users | jq -c '.[...
Former Member
4 years agoHey @PeterCharleston ,
The jq
commands you are using where the state's value is wrapped in double quotes (eg. contains("A")
) looks good to me, I tried it on my machine and it works as well.
Would you be able to validate the output of the op list users
command to ensure that it's a properly formatted JSON object?