Skip to main content

Resynchronizing users

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: API Specification

GET /v2/organizations/{organizationCode}/users?pageNumber=1&pageSize=10

The response will include all current users in the system.


Step 2: Take action for each user

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

See: User creation

Update - The user exists in Stonal and on your system

See: User update

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

See: User deletion