Unable to approve registrant for a meeting

Hi There,

Description
I’m trying to approve a meeting registrant through an API call for a meeting that requires manual approval. However, I’m receiving an error with the “action” field validation

Endpoint/s?
I’m executing an API call to the following endpoint
/meetings/{meetingId}/registrants/status
using the PUT method
With the folloing payload
{
“action”: “approve”,
“registrants”: [
{
“id”: “”,
“email”: “dummy.email22022@hotmail.com
}
]
}

Error
I’m getting an error indicating the following …
{
“code”: 300,
“message”: “Validation Failed.”,
“errors”: [
{
“field”: “action”,
“message”: “Invalid field.”
}
]
}

Hi @mohammad.ayman2022,

Can you confirm that the registrant was successfully added and that you’re grabbing the correct ID from the List Registrants API?

The ID and Email will need to match what is returned by this endpoint. Please also check that the registrant approval didn’t already go through. Let me know if you’ve already double checked this.

Thanks,
Will

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