-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b43bafd
commit 07c3bae
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -238,7 +238,7 @@ Add -h to your command to view information that contains documentation links wit | |
## Check logged in user | ||
You can access the your user's details using: | ||
```bash | ||
mgc users get --user-id '[email protected]' | ||
mgc me get | ||
``` | ||
|
||
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). | ||
|