Each Zoom user automatically has a role https://support.zoom.us/hc/enus/articles/115001078646RoleBasedAccessControl which can either be owner, administrator, or a member. Account Owners and users with edit privileges for Role management can add customized roles with a list.Use this API to change the privileges, name and description of a specific role.**Prerequisite:*** A Pro or higher plan.* For role management and updates, 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

updateRoleInformation(
  roleId,
  id = NULL,
  name = NULL,
  description = NULL,
  total_members = NULL,
  privileges = NULL,
  sub_account_privileges = NULL,
  return_response = F
)

Arguments

roleId

Role Id

id

Role Id.

name

Name of the role.

description

Description of the role.

total_members

Total members assigned to that role.

privileges

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

sub_account_privileges

This field will only be displayed to accounts that are enrolled in the ISV API Partner Plan and follow Master Accounts and Sub Accounts structure.

return_response

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