Question

In my current project, a user logged in to our third-party tool writes a message, which will then be posted to a community blog in IBM Connections via its REST API.

To be able to write a blog entry, said user has to be a member of that (public) community. On the Connections UI, the user can just click on "join this community", but does the IBM SBT (or even the rest API itself) contain this functionality as well?

As I saw, there are requests to add members to the community, but they can only be made as the community owner (which I dont know in the given context). The API documentation also mentions creating "requests to join" which is also not really feasible in this situation.

Is there any way to achieve what I'm trying to do?

EDIT: I just looked at the request that the UI "join this community" Button sends to the connections server. It sadly is not part of the REST API.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top