spo user list¶
Lists all the users within specific web
Usage¶
m365 spo user list [options]
Options¶
-u, --webUrl <webUrl>
- URL of the web to list the users from
-h, --help [help]
- Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isfull
. --query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv,md
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Examples¶
Get list of users in web https://contoso.sharepoint.com/sites/project-x
m365 spo user list --webUrl https://contoso.sharepoint.com/sites/project-x
Response¶
[
{
"Id": 10,
"IsHiddenInUI": false,
"LoginName": "i:0#.f|membership|johndoe@contoso.onmicrosoft.com",
"Title": "John DOe",
"PrincipalType": 1,
"Email": "johndoe@contoso.onmicrosoft.com",
"Expiration": "",
"IsEmailAuthenticationGuestUser": false,
"IsShareByEmailGuestUser": false,
"IsSiteAdmin": false,
"UserId": {
"NameId": "100320022ec308a7",
"NameIdIssuer": "urn:federation:microsoftonline"
},
"UserPrincipalName": "johndoe@contoso.onmicrosoft.com"
}
]
Id Title LoginName
---------- ------------------------------ --------------------------------------------------------------------------
10 John Doe i:0#.f|membership|johndoe@contoso.onmicrosoft.com
Id,Title,LoginName
10,John Doe,i:0#.f|membership|johndoe@contoso.onmicrosoft.com