View all articles
How can I exclude a user from a snapshot?
You can exclude users from participating in Snapshots either globally (for all future snapshots) or for a single specific snapshot.
Global exclusion
To permanently exclude a user from all future snapshots, you can set the excludefromsnapshots user property to TRUE. This can be done via:
-
In-app:
- Go to the DX → Teams and select the team where the user is a member of (or use the Find user function to locate their team).
- Click the … menu next to user in the Contributors list.
- Select Exclude from snapshots.
-
User properties:
- Update the
excludefromsnapshotsproperty via CSV upload or directory sync. See the User Properties documentation for instructions.
- Update the
-
API:
- Use the users.update API method and set the
exclude_from_snapshotsparameter totrue.
- Use the users.update API method and set the
Per-snapshot exclusion
To exclude a user from a single active snapshot without affecting future ones:
-
Snapshot status page:
- Go to the Snapshot status page for the active snapshot.
- Click on the user’s avatar or name to open their profile.
- Click Exclude from snapshot.
-
Automatic OOO exclusion:
- Users marked as OOO (Out of Office) during the snapshot period may be automatically excluded. See How does DX handle users that are OOO? for more details.