Whether I can use "me" default as userId or not when use JWT API with userId

Hey @venlenter,

User Level is referring to OAuth Apps.

For JWT, use the UserID or the email as the userId path:

/users/{userId}/meetings

/users/{email}/meetings

Thanks,
Tommy