We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc27d71 commit 802082cCopy full SHA for 802082c
PSZoom/Public/Phone/Add-ZoomPhoneUserNumber.ps1
@@ -34,7 +34,7 @@ function Add-ZoomPhoneUserNumber {
34
)]
35
[ValidateLength(1, 128)]
36
[Alias('Email', 'Emails', 'EmailAddress', 'EmailAddresses', 'Id', 'ids', 'user_id', 'user', 'users', 'userids')]
37
- [string[]]$UserId,
+ [string]$UserId,
38
39
[Parameter(
40
Mandatory = $True,
0 commit comments