I got error 300 when there is a space in topic

Description
If the topic inclues a space I got the eror 300

Error
{
“code” : 300,
“message” : “Request Body should be a valid JSON object.”
}

I use Filemaker

Which Endpoint/s?
https://api.zoom.us/v2/users/

Additional context
This the code

–request POST
–header “Authorization: Bearer token___”
–header “content-type: application/json”
–data {“duration”:“30”,“password”:“XXXXX”,“settings”:{“audio”:“both”,“host_video”:true,“join_before_host”:true,“mute_upon_entry”:false,“participant_video”:true},“start_time”:“2020-05-30T18:00:00”,“timezone”:“Europe/Rome”,“topic”:“My Topic”,“type”:“2”}

if in “topic” I put “MyTopic” (without the space), everything run smoothly

I found a solution using instead of the space character (UTF-8> 20) the non breaking space (UTF-8> 160)

Hey @gcatnine,

That is strange, when I test it works. Although I cannot reproduce the issue, happy to hear you found a work around! :slight_smile:

Thanks,
Tommy

1 Like