You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
@@ -32,6 +32,36 @@ Gets a list of users from the partner tenant
32
32
33
33
## PARAMETERS
34
34
35
+
### -UserId
36
+
The identifier for the user.
37
+
38
+
```yaml
39
+
Type: String
40
+
Parameter Sets: (All)
41
+
Aliases:
42
+
43
+
Required: False
44
+
Position: Named
45
+
Default value: None
46
+
Accept pipeline input: False
47
+
Accept wildcard characters: False
48
+
```
49
+
50
+
### -UserPrincipalName
51
+
The user principal name for the user.
52
+
53
+
```yaml
54
+
Type: String
55
+
Parameter Sets: (All)
56
+
Aliases: UPN
57
+
58
+
Required: False
59
+
Position: Named
60
+
Default value: None
61
+
Accept pipeline input: False
62
+
Accept wildcard characters: False
63
+
```
64
+
35
65
### CommonParameters
36
66
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
Gets the sign-in activities from the past seven days where the resource being accessed was the Partner Center API and the sign-in activity was not challenged for multi-factor authentication.
0 commit comments