Resynchronizing users
Resync compares your source of truth against Stonal and applies create/update/delete per user.
This guide explains how to resynchronize user data in the Stonal platform to ensure consistency between systems.
Prerequisites
- A valid set of API credentials
- A valid access token (see: Get a token)
- An organization code
Step 1: List existing users
First, retrieve the current list of users to determine which ones need resynchronization.
Step 2: Take action for each user
Create - The user exists on your system but not in Stonal
Update - The user exists in Stonal and on your system
Delete - The user exists in Stonal but not on your system
See: Delete a user