action zoomconnect_post_api_rest_v1_account_user_user_id { label: "update" description: "Updates a sub-account in your team. The following fields can be updated firstname, lastname, contact number and password." provider: zoomconnect method: POST path: "/api/rest/v1/account/user/{userId}" encoding: json input: { type: "object" properties: { userId: { type: "string" } } required: ["userId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }