Developer Docs - Trust Swiftly
  • Developer Documentation
  • Web
    • Integration
    • Button Link
    • WordPress
    • WebView iOS and Android
    • Bubble ID Verify Integration
    • FlutterFlow Identity Verification
    • Webflow ID Verification
    • Zapier Identity Verification
  • API
    • Getting an API Key
    • Authentication
    • Users
    • Reverify User
    • Documents
    • Stats
    • Templates
    • Errors
    • Pagination
    • Filtering and Sorting
    • Rate Limits
  • Webhooks
    • Setup and Handling Webhooks
    • Webhook Code Examples
  • Hosted Link
    • Share hosted link
  • Self Sign Up and Create Autofill
    • Configure self verifications
    • Prefill User Creation
  • Single Sign On
    • SAML2 SSO (Okta, etc)
    • Rippling SSO App
    • Azure Entra ID SAML
  • Notifications
    • Slack
    • Zoho Cliq
    • Email and Web Push
  • Stripe App
    • Install and Demo Guide
    • Disconnect Stripe App
  • References
    • Supported Documents
  • Links
    • Trustswiftly.com
    • Sign Up
Powered by GitBook
On this page
  1. Self Sign Up and Create Autofill

Prefill User Creation

PreviousConfigure self verificationsNextSAML2 SSO (Okta, etc)

Last updated 1 year ago

Use the user parameter to dynamically preset user values by making a request with data such as email, phone, first_name, last_name, email_notify, sms_notify, template_id.

/user/quick_create

All attributes are optional. You only need to include keys for form fields you want prefilled. Admins can still edit attributes after they're prefilled.

For example a request to autofill is sent here:

The user create page would have the information filled out and the admin would only need to click Create after reviewing the prefilled information.

https://demo1.trustswiftly.com/user/quick_create?first_name=John&last_name=Smith&phone=+131212345678&email=test@example.com&sms_notify=1&email_notify=1&template_id=tmpl_MQ