The parameter is required: last_name

Is last_name a required attribute while adding a registrant to a meeting?

In the documentation it is stated that first_name and email are the only required parameters while adding a registrant to a meeting. But when I use the following request body:

{
    "email": "test@gmail.com",
    "first_name": "Pavlo"
}

I receive the error:

{
    "code": 300,
    "message": "The parameter is required: last_name."
}

Hi @pshchur
Thanks for bringing this up to our attention.
The last_name is indeed required.
I will reach out to our Documentation team to fix this issue.
Thanks,
Elisa :slight_smile:

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