Before making calls, you need to identify the current user to UserKit. This associates the app session with a specific user account.Documentation Index
Fetch the complete documentation index at: https://docs.getuserkit.com/llms.txt
Use this file to discover all available pages before exploring further.
name and email are both optional.
Best Practices
- Do not make your user IDs guessable – they are public facing.
- Ensure the id is unique per user.
- Do not use the device id for user ids - this will result in multiple user records as the device ids rotate.
Setup done Time to make your first call.