0xb4d1deaOriginal post
Rank 3: Container
i'll tried to trigger a function using users.*.create
I need to get the userID to do some stuff
Summary
Solution: To trigger a function when an anonymous user is created, you can use the `users.*.sessions.*.create` endpoint to get the `userId`. This has worked for the person who posted the issue.
If you're also interested in this solution, you can try using the same endpoint. If you encounter any issues, it's recommended to create an issue on the GitHub page mentioned above.
One suggestion is to hook into the session create event and check for anonymous session creation. This might be helpful in achieving your goal.
One user tried to trigger a function using `users.*.create`, but it's not clear if this