Unable to meeting registrant

I have a zoom paid account.
NOTE : Used API for bellow function

I create users (A,B) belong to my account.User A create a meeting and try to call
https://api.zoom.us/v2/meetings/{meetingId}/registrants bellow error occured.

{
“code”: 200,
“message”: “Only available for Paid user: _userId”
}

Is there any solution for one paid account and need to create users belong to that.For that users need to behave as paid users.

Hey @madha_zoom,

If you are trying to create a user on your Zoom Account, you are using the wrong endpoint.

You need to use the Create Users endpoint.

Thanks,
Tommy