UserConfirmationPassword interface
Interface representing a UserConfirmationPassword.
Methods
send(string, string, string, User |
Sends confirmation |
Method Details
send(string, string, string, UserConfirmationPasswordSendOptionalParams)
Sends confirmation
function send(resourceGroupName: string, serviceName: string, userId: string, options?: UserConfirmationPasswordSendOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- serviceName
-
string
The name of the API Management service.
- userId
-
string
User identifier. Must be unique in the current API Management service instance.
The options parameters.
Returns
Promise<void>