An existing user (identified by userId) needs to be allowed to host Webex meetings. Which API call is used to assign the new license?
PUT /license/{userId}
POST /people/{userId}
PUT /people/{userId}
POST /license/{userId}
Submit