Skip to main content

Get-AtriaWorkSpaceCustomerItem

SYNOPSIS

Retrieves workspace items assigned to a specific customer.

SYNTAX

Get-AtriaWorkSpaceCustomerItem -CustomerId <Int> [<CommonParameters>]

DESCRIPTION

Retrieves all workspace items assigned to a specified customer by invoking the Atria API.

PARAMETERS

  • CustomerId <Int> (Required)
    The unique identifier (ID) of the customer whose workspace items you want to retrieve.

  • <CommonParameters>
    Supports common parameters:
    Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable.

    More info: about_CommonParameters.

OUTPUTS

Returns a collection of workspace items assigned to the specified customer.

EXAMPLES

Example 1

PS> Get-AtriaWorkSpaceCustomerItem -CustomerId 1234

Retrieves all workspace items assigned to the customer with ID 1234.

NOTES

Ensure you've authenticated using Connect-AtriaApi before invoking this function.