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
Copy file name to clipboardExpand all lines: docs/docs/cmd/entra/user/user-license-list.mdx
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,27 @@ m365 entra user license list [options]
28
28
29
29
:::tip
30
30
31
-
If you don't specify any option, the command will list the license details of the current logged in user. This does not work when using application permissions.
31
+
If you don't specify any option, the command will list the license details of the current logged in user.
32
32
33
33
:::
34
34
35
+
## Permissions
36
+
37
+
<Tabs>
38
+
<TabItemvalue="Delegated">
39
+
40
+
| Resource | Permissions |
41
+
|-----------------|----------------------------|
42
+
| Microsoft Graph | LicenseAssignment.Read.All |
43
+
44
+
</TabItem>
45
+
<TabItemvalue="Application">
46
+
47
+
This command does not support application permissions.
48
+
49
+
</TabItem>
50
+
</Tabs>
51
+
35
52
## Examples
36
53
37
54
List license details of the current logged in user.
0 commit comments