Skip to main content

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.

See: Find an existing user


Step 2: Take action for each user

Create - The user exists on your system but not in Stonal

See: Create or update a user

Update - The user exists in Stonal and on your system

See: Create or update a user

Delete - The user exists in Stonal but not on your system

See: Delete a user