XF 2.1 Create conversation with API httprequest

Hello, everyone,

I would like to send an HTTP request via API key so that I can start a conversation with a specific user. Unfortunately I get an error while sending the request.

Let's take as an example, the user has the ID 1020.

Then I call https://myforum.link/forum/index.php/api/conversations/?recipient_ids=1020&title=Test&message=Test2

Then the following error message appears. But the user is the right one.

"code": "please_enter_at_least_one_valid_recipient"


I would be very grateful if you could help me with that.
 
Top Bottom