Panelist.name Cannot contain more than 12 Chinese words

I use JWTApp and Java HttpClient request, but I got an error with the additional API of the panelist.
1, Why do you return XML?
2. Where is the character limit stated?

Request
/v2/webinars/{webinarid}/panelists
{“panelists”:[{“name”:“奈良先端科学技術大学院大学”,“email”:"100@abc.com"}]}

Return

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>300Validation Failed.panelists[0].nameCannot contain more than 12 Chinese words

but,It is Success.
{“panelists”:[{“name”:“一ニ三四五六七八九十一ニ三”,“email”:"101@abc.com"}]}

thank you.

Hi @atsushi-shigemoto,

I believe this is a known limitation. I’m working on confirming this and will follow up shortly.

Thanks,
Will

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