Skip to contents

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

See https://www.paws-r-sdk.com/docs/connect_update_workspace_visibility/ for full documentation.

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).