Get-BT_TeamMembership -Ticket <Ticket> [-Environment <string>] [-PageOffset <int>] [-PageSize <int>] [-RetrieveAll] [-ShouldUnmaskProperties <bool>] [-Id <Object[]>] [-IsDeleted <string>] [-Created <string[]>] [-SortBy_Created_Ascending] [-SortBy_Created_Descending] [-Updated <string[]>] [-SortBy_Updated_Ascending] [-SortBy_Updated_Descending] [-Version <Object[]>] [-SortBy_Version_Ascending] [-SortBy_Version_Descending] [-SystemUserId <Object[]>] [-WorkgroupOrganizationId <Object[]>] [-TeamId <Object[]>] [-Roles <string[]>] [<CommonParameters>]
Get-BT_TeamMembership -Ticket <Ticket> -EndpointUrl <string> [-PageOffset <int>] [-PageSize <int>] [-RetrieveAll] [-ShouldUnmaskProperties <bool>] [-Id <Object[]>] [-IsDeleted <string>] [-Created <string[]>] [-SortBy_Created_Ascending] [-SortBy_Created_Descending] [-Updated <string[]>] [-SortBy_Updated_Ascending] [-SortBy_Updated_Descending] [-Version <Object[]>] [-SortBy_Version_Ascending] [-SortBy_Version_Descending] [-SystemUserId <Object[]>] [-WorkgroupOrganizationId <Object[]>] [-TeamId <Object[]>] [-Roles <string[]>] [<CommonParameters>]
Get-BT_TeamMembership gets a(an) BT_TeamMembership. Represents a membership between an MSPC teamMembership and a system user. A team membership represents the association between a BitTitan account (system user) and a team.
Paremeter specs:
| Required | True |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | True |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Available values are listed below.
| Value | Description |
|---|---|
| BT | Represents BT |
| Beta | Represents Beta |
| Develop | Represents Develop |
| Release | Represents Release |
| Test | Represents Test |
| China | Represents China |
| Germany | Represents Germany |
| Alpha | Represents Alpha |
| Today | Represents Today |
| Sandbox-02 | Represents Sandbox-02 |
| Sandbox-03 | Represents Sandbox-03 |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
Paremeter specs:
| Required | False |
|---|---|
| ValueFromPipeline | False |
| ValueFromPipelineByPropertyName | False |
System.Object
W
Team memberships belong to workgroups, thus a ticket scoped to a workgroup will only return the team memberships belonging to this workgroup.
-------------------------- Example 1 -------------------------
$workgroups = Get-BT_Workgroup -Ticket $btTicket -Name "isnull"
$teams = Get-BT_Team -Ticket $btTicket -WorkgroupOrganizationId $workgroups[0].WorkgroupOrganizationId
$teamMembers = Get-BT_TeamMembership -Ticket $btTicket -TeamId $teams[0].Id