#New-SPOUser Adds a user to the build-in Site User Info List and returns a user object ##Syntax
New-SPOUser -LoginName <String> [-Web <WebPipeBind>]##Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| LoginName | String | True | |
| Web | WebPipeBind | False | The web to apply the command to. Omit this parameter to use the current web. |
| ##Examples |
###Example 1
PS:> New-SPOUser -LoginName user@company.com