added
User Model
over 2 years ago by [email protected]
You can now incorporate your existing user model into Pinwheel to simplify your integration and improve coverage.
When you create a Link token, pass in your internal user ID for the end-user as the end_user_id
param. Pinwheel returns the end_user_id
parameter back to you in all webhooks, making it easy to associate all end-user data with your internal user model.
Do not provide any personally identifiable information ("PII" such as social security numbers, first/last name, bank account numbers, etc.) in this field since this identifier is logged.
See our User Model guide for more information.