Joining a registered meeting

Hey @epenyblaise,

You’ll need to change the Content-Type to application/json and also provide a valid JSON body in order to create a user. Please see our Create a User API documentation for more information on the JSON body schema.

Thanks,
Max

Hi @MaxM ,

I change the Content-Type to application/json.

In the body i get result that request body should be a valid JSON object :

I saw documentation Create a User API, but i don’t get the same result like this for exemple :

{
  "action": "create",
  "user_info": {
    "email": "dhjdfkghdskjf@fgkjfdlgjfkd.gh",
    "type": 1,
    "first_name": "Terry",
    "last_name": "Jones"
  }
}

Thanks,
Blaise

Hi @epenyblaise,

In the second screenshot, it looks like you’re passing an empty request body—can you confirm you’re passing valid JSON with the necessary fields (action, user_info, etc.)?

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.