spo group get [options]
Gets a group within specific web
| Option | Description |
| ----------------------- | ----------------------------------------- |
| -u, --webUrl <webUrl> | Url of the web to list the user within|
| --name [name] | Name of the site group to get|
| --id [id] | Id of the site user to get|
| -o, --output [output] | Output type. json,text. Default text |
| --verbose | Runs command with verbose logging |
| --debug | Runs command with debug logging |
Use either 'name' or 'id', but not both
Gets group with id 5 for web _https://contoso.sharepoint.com/sites/mysite_
spo group get --webUrl "https://contoso.sharepoint.com/sites/mysite" --id 7
Gets group with name _Team Site Members_ for web _https://contoso.sharepoint.com/sites/mysite_
spo group get --webUrl "https://contoso.sharepoint.com/sites/mysite" --name "Team Site Members"
GET https://contoso.sharepoint.com/sites/mysite/_api/web/sitegroups/GetByName('Team Site Members')
GET https://contoso.sharepoint.com/sites/mysite/_api/web/sitegroups/GetById(7)
Get-PnPGroup -
https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnpgroup?view=sharepoint-ps
I am interested to work on this.
All yours Nanddeepn @nanddeepn ! Thank you!
Waldek @waldekmastykarz could you please confirm that the command wording is OK so Nanddeepn can start on it?
Yup! Let's get it in! 馃憦
Most helpful comment
Yup! Let's get it in! 馃憦