Can't get meeting participants in Education account. Is it allowed for education?

Description
I can get a successful response on GET meeting by ID, but on participants query I’ve got “Meeting does not exist”

Error Query
https://api.zoom.us/v2/past_meetings/{meetingId}/participants

Error?
I’ve got a meeting response for https://api.zoom.us/v2/meetings/{meetingId}:

Response:

{
“host_email”: “----@----”,
“host_id”: “UGR------------”,
“id”: 82800021068,

But for past participants query I have this


{“code”:3001,“message”:“Meeting does not exist: 82800021068.”}
Response:
{
“total_records”: 0
}

How can I solve this? Thanks!