I’ve looked through the ReDoc site, thanks to Discourse API Documentation
I see there’s an obvious API endpoint for creating a bookmark, /t/{id}/bookmark
If I call that as an API user who is an admin, is there a way I can specify that I want to create a bookmark for a specific user?
( The goal here is to call this API soon after a new user is created (by the SSO provider) to inject a specific bookmark for that new user. )