-
Notifications
You must be signed in to change notification settings - Fork 0
New WattTimeAccount
Create a new WattTime API account
New-WattTimeAccount [-Username] <String> [-Password] <String> [-Email] <String> [-Organization] <String>
[<CommonParameters>]
Creates a new WattTime API account with the specified username, password, email and organization on watttime.org
New-WattTimeAccount -Username 'username' -Password 'password' -Email 'email' -Organization 'organization'
The username for the new account
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The password for the new account
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The email address for the new account
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The organization for the new account
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
You can use an email address only once at WattTime. Registering multiple accounts will fail with an error.
https://github.com/cloudyspells/PSWattTime/blob/main/docs/New-WattTimeAccount.md
https://www.watttime.org/api-documentation/#register-new-user