Client_Credentials grant type supported in Meeting Creation api call using User Level App OAuth Access Token?

Hi,

Is Client_Credentials grant type supported in Meeting Creation api call using User Level App OAuth Access Token?
I am able to get access token using grant_type as client_credentials but when I pass the access token to meeting creation API, I am getting below error.

Any suggesstions?

{
“code”: 124,
“message”: “Invalid access token.”
}

@ttmraj, could you share your code on how you are getting the access token, and thereafter using the access token to access the create meeting API?