Do you have a wpForo API documentation right now?
I would like to link from a WP page directly to the user profile inside wpForo and need to generate the link by the user id of WordPress.
You can create your specific API documentation based on wpForo doc:
Forum / Topic Subscription
https://wpforo.com/docs/root/topics-posts/forum-topic-subsciption/
Report a Post
https://wpforo.com/docs/root/topics-posts/report-a-post/
Add New Topic / Question
https://wpforo.com/docs/root/topics-posts/new-topic-question/
Add New Reply, Answer, Comment, Quote
https://wpforo.com/docs/root/topics-posts/new-post-reply-comment-quote/
Edit Topics and Posts
https://wpforo.com/docs/root/topics-posts/edit-topics-posts/
I'm sorry, but it seems, I wasn't successful describing, what I'm looking for.
I would like to write my own PHP code inside a function.php file of my child theme of WordPress.
There, I would like to generate a link to the profile page inside wpForo. For example to https://wpforo.com/community/profile/tahtu/
Ok, you still don't have an API documentation. Thank you for this info.