The Access API is a user provisioning API for Access Enterprise customers. Use it to create, update, list, and delete users in your Snapplify tenant — typically as part of an SSO or directory sync from your system of record.

This API is available to Access Enterprise customers only. You'll need an API key from Snapplify.

Key concept: you provide your own externalId for each user. Snapplify uses that as the idempotent upsert key — resubmitting the same externalId updates the existing user (or restores a previously-deleted one) rather than creating a duplicate. Your code never needs to track Snapplify's internal user IDs.

API Reference

Full endpoint documentation: developer.snapplify.comSnapplify Access API