Skip to content

Update Workspace Visibility

connect_update_workspace_visibility R Documentation

Updates the visibility setting of a workspace, controlling whether it is available to all users, assigned users only, or none

Description

Updates the visibility setting of a workspace, controlling whether it is available to all users, assigned users only, or none.

Usage

connect_update_workspace_visibility(InstanceId, WorkspaceId, Visibility)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

WorkspaceId

[required] The identifier of the workspace.

Visibility

[required] The visibility setting for the workspace. Valid values are: ALL (available to all users), ASSIGNED (available only to assigned users and routing profiles), and NONE (not visible to any users).

Value

An empty list.

Request syntax

svc$update_workspace_visibility(
  InstanceId = "string",
  WorkspaceId = "string",
  Visibility = "ALL"|"ASSIGNED"|"NONE"
)