Skip to content

Commit 8db305c

Browse files
committed
adding readme entry
1 parent e1f3341 commit 8db305c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

reporting/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ This directory provides a series of scripts demonstrating how to use the CLI to
88
## User vault access reports
99
The following scripts provide information about people who are directly granted access to vaults. It does not include groups.
1010

11+
### ['user-access-list.py`](./user-access-list.py)
12+
- Creates a csv file for each user in your 1Password account, and includes the following columns:
13+
- userName, userEmail, userUUID, userState, userCreatedAt, userUpdatedAt, directlyAssignedVaults, groups
14+
- where `userState` is their status (e.g., ACTIVE, SUSPENDED, etc), `directlyAssignedVaults` refers to vaults the user has been granted access to directly (not by group membership) and `groups` is a list of groups the person is a member of.
15+
16+
If you need to review who has access to vaults both by direct assignment and group membership, see [vault-user-group-access-report.py](#vault-user-group-access-reportpy).
17+
1118
### [`user-and-item-list.py`](./user-and-item-list.py)
1219
- Creates a csv file of each user and item that has access to a list of vaults.
1320
- use `--file path/to/vaultlist` to provide a list of UUIDs, or use no flag to get a report for all vaults the Owners group has access to.

0 commit comments

Comments
 (0)