Skip to content

Commit 802082c

Browse files
author
Andrew Hoggins
committed
Removed UserID array option
1 parent cc27d71 commit 802082c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSZoom/Public/Phone/Add-ZoomPhoneUserNumber.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function Add-ZoomPhoneUserNumber {
3434
)]
3535
[ValidateLength(1, 128)]
3636
[Alias('Email', 'Emails', 'EmailAddress', 'EmailAddresses', 'Id', 'ids', 'user_id', 'user', 'users', 'userids')]
37-
[string[]]$UserId,
37+
[string]$UserId,
3838

3939
[Parameter(
4040
Mandatory = $True,

0 commit comments

Comments
 (0)