Manually add and edit users
Manage users
If you add users to your Kinde business manually or via API, you can send them a welcome or invitation email using a webhook.
user.created event trigger.source field is admin or api. Treat these differently if needed.Payload example:
{ "type": "user.created", "data": { "user": { "email": "new.user@example.com", "first_name": "John", "last_name": "Doe", "id": "kp_1234567890" } }, "source": "admin"}