Each Zoom user automatically has a role which can either be owner, administrator, or a member. **Prerequisite:*** Pro or higher plan.* For setting the initial role, you must be the Account Owner.* For subsequent role management, you must be the Account Owner or user with role management permissions.**Scopes:** role:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

createRole(
  name = NULL,
  description = NULL,
  privileges = NULL,
  return_response = F
)

Arguments

name

Name of the role.

description

Description of the role.

privileges

Privileges assigned to the role. Can be one or a combination of these permissions https://marketplace.zoom.us/docs/apireference/otherreferences/privileges .

return_response

Whether to return the response instead of the response content. Defaults to FALSE.