Users

Find, create, and manage user accounts and their group and role memberships.

Users are individual accounts in the system.

Recommended approach for listing users: use POST /api/v1/usersynchronise and cache the results. Pass lastSynchronisationTimeOnServer on subsequent calls to retrieve only changed records — significantly more performant than fetching the full list each time.

Learn more: AMS Accounts