Update an IM directory group https://support.zoom.us/hc/enus/articles/203749815IMManagement under your account.**Scopes**: imgroup:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

updateImDirectoryGroup(
  groupId,
  name = NULL,
  type = NULL,
  search_by_domain = NULL,
  search_by_account = NULL,
  search_by_ma_account = NULL,
  return_response = F
)

Arguments

groupId

The group ID.Can be retrieved by calling GET /groups https://marketplace.zoom.us/docs/apireference/zoomapi/groups/groups .

name

Group name: must be unique to one account.

type

IM Group types:normal Only group members can automatically see others in their group. Other people can search for members in the group.shared Everyone under the account can see the group and members automatically.restricted Nobody can see the group or search for members except for the members in the group.

search_by_domain

Members can search for others in the same email domain.

search_by_account

Members can search for others under same account.

search_by_ma_account

Members can search for others under same master account, including all sub accounts.

return_response

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