Summary and recommendation
Samepage does not publish a public REST API for user management.
No developer portal, API reference, or documented endpoints were found as of the research date.
SAML SSO is available on Pro and Enterprise plans with Okta and Microsoft Entra ID listed as supported IdPs
but SCIM provisioning is not documented, meaning the SSO layer handles authentication only, not identity lifecycle.
Any endpoints surfaced by third-party connectors such as Zapier are undocumented and unsupported for production user-management use cases.
API quick reference
| Has user API | No |
| SCIM available | No |
| SCIM plan required | Pro |
Authentication
Auth method: Not documented
User object / data model
User object field mapping is not yet verified for this app.
Core endpoints
Endpoint coverage is not yet verified for this app.
Rate limits, pagination, and events
Rate limits: Not documented
Rate-limit headers: No
Retry-After header: No
Rate-limit notes: Not documented
Pagination method: none
Default page size: 0
Max page size: 0
Pagination pointer: Not documented
Webhooks available: No
Webhook notes: No webhook documentation found in official Samepage help center or developer resources.
Alternative event strategy: Zapier integration may provide limited event-driven automation for content-level actions, but user lifecycle events are not documented.
SCIM API status
- SCIM available: No
- SCIM version: Not documented
- Plan required: Pro
- Endpoint: Not documented
Limitations:
- No SCIM provisioning documented in official Samepage help center.
- SAML SSO is available on Pro/Enterprise plans (Okta and Entra ID listed as supported IdPs), but automated user provisioning via SCIM is not confirmed.
- User lifecycle management (create, deactivate, sync) must be performed manually through the Samepage admin UI.
Common scenarios
Three lifecycle scenarios are relevant for teams evaluating Samepage programmatically.
First, onboarding: without SCIM, there is no mechanism to push new users from an IdP directory into Samepage automatically;
each user must be invited individually by email via the admin console.
Second, offboarding: revoking IdP access when SAML SSO is active will block login, but it does not remove the Samepage account
manual console removal is still required, creating a window of residual access.
Third, SSO configuration: SAML 2.0 can be configured with Okta or Entra ID via metadata exchange on Pro or Enterprise, but just-in-time provisioning support is unconfirmed in official documentation and should be verified directly with Samepage support before being relied upon.
Onboard a new employee
- Admin logs into Samepage admin console.
- Manually invites user by email via the Members section.
- If SAML SSO is configured (Pro/Enterprise), user authenticates via IdP on first login.
- No automated provisioning available; role assignment is manual.
Watch out for: Without SCIM, there is no way to automate user creation from an IdP directory; each user must be invited individually.
Offboard a departing employee
- Admin navigates to Members in the Samepage admin console.
- Manually removes or deactivates the user account.
- If SAML SSO is active, revoking IdP access prevents login but does not automatically remove the Samepage account.
Watch out for: No SCIM deprovisioning means terminated employees may retain a Samepage account until manually removed, creating a security gap.
Configure SSO for centralized authentication
- Upgrade to Pro or Enterprise plan.
- Navigate to Admin > Security > SSO in Samepage.
- Configure SAML 2.0 with Okta or Microsoft Entra ID using metadata exchange.
- Test SSO login; users are authenticated via IdP but still must exist in Samepage (JIT provisioning support is unconfirmed in official docs).
Watch out for: Just-in-time (JIT) provisioning behavior is not explicitly documented; verify with Samepage support before relying on it for automated account creation.
Why building this yourself is a trap
The core integration risk is the absence of a user-management API and SCIM endpoint, which prevents Samepage from participating in an identity graph - the connected map of user states, roles, and access entitlements that automated IAM and IGA tooling depends on.
Without SCIM or webhooks exposing user lifecycle events, there is no reliable signal for when a user is created, modified, or removed in a downstream system. Zapier's Samepage integration covers content-level actions and does not expose provisioning or deprovisioning triggers.
Teams building automated access reviews or relying on directory-driven deprovisioning will need to treat Samepage as a manual exception in any orchestration pipeline until a supported API surface is published.
Automate Samepage workflows without one-off scripts
Stitchflow builds and maintains end-to-end IT automation across your SaaS stack, including apps without APIs. Built for exactly how your company works, with human approvals where they matter.