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
Add -h to your command to view information that contains documentation links with permissions
240
240
241
241
## Check logged in user
242
-
You can access the logged in user's details using:
242
+
You can access the your user's details using:
243
243
```bash
244
-
mgc me get
244
+
mgc users get --user-id 'your_email@example.com'
245
245
```
246
246
247
+
This will also display your User ID which is required for many queries involving your user (the "me" concept has been removed from Microsoft Graph CLI).
248
+
247
249
## FAQs
248
250
Qn: Why am I not getting a response back after running a command?
0 commit comments