Skip to main content

Add-AtriaWorkSpaceItemCustomerRelationship

SYNOPSIS

Creates a relationship between a shared WorkSpace item and a customer.

SYNTAX

Add-AtriaWorkSpaceItemCustomerRelationship -ItemId <Int> -CustomerId <Int> [-isDefaultSelect] [<CommonParameters>]

PARAMETERS

  • ItemId <Int> (Required) Shared WorkSpace item to make available.
  • CustomerId <Int> (Required) Customer receiving access to the item.
  • isDefaultSelect (Optional switch) Marks the item as selected by default for the customer.

EXAMPLES

Add-AtriaWorkSpaceItemCustomerRelationship -ItemId 123 -CustomerId 456
Add-AtriaWorkSpaceItemCustomerRelationship `
-ItemId 123 `
-CustomerId 456 `
-isDefaultSelect

OUTPUTS

Returns the relationship response from the API.

NOTES

Call Connect-AtriaApi first. This command controls item availability; it does not assign the item to a user.