assignRoleToMembers.Rd
User roles https://support.zoom.us/hc/enus/articles/115001078646RoleBasedAccessControl can have a set of permissions that allows access only to the pages a user needs to view or edit. Use this API to assign a role https://support.zoom.us/hc/enus/articles/115001078646RoleBasedAccessControl#h_748b6fd850574cf4bbfd787909c09db0 to members.**Scopes:** role:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium**Prerequisites:*** A Pro or a higher plan.
assignRoleToMembers(roleId, members = NULL, return_response = F)
roleId | The role ID |
---|---|
members | Array of userId/user email of users to whom you would like to assign this role. Upto 30 users can be assigned a role at once. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |