Get-AtriaWorkSpaceListScope
SYNOPSIS
Retrieves scopes associated with a specific workspace list.
SYNTAX
Get-AtriaWorkSpaceListScope -listId <Int> [<CommonParameters>]
DESCRIPTION
Retrieves all scope assignments for a specified workspace list from the Atria API. This indicates which customers have access to the list and defines their level of access.
PARAMETERS
-
listId
<Int>(Required)
The unique identifier (ID) of the workspace list whose scopes you want to retrieve. -
<CommonParameters>
Supports common parameters:
Verbose,Debug,ErrorAction,ErrorVariable,WarningAction,WarningVariable,OutBuffer,PipelineVariable, andOutVariable.More info: about_CommonParameters.
OUTPUTS
Returns a collection of scopes associated with the specified workspace list.
EXAMPLES
Example 1
PS> Get-AtriaWorkSpaceListScope -listId 1234
Retrieves all scope assignments for the workspace list with ID 1234.
NOTES
Ensure you've authenticated using Connect-AtriaApi before invoking this function.