planner roster get
Gets information about the specific Microsoft Planner Roster.
Usage
m365 planner roster get [options]
Options
--id <id>ID of the Planner Roster.
-h, --help [help]Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options,examples,remarks,permissions,response,full. Default isoptions.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md,none. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Remarks
This command is based on an API that is currently in preview and is subject to change once the API reached general availability.
Permissions
- Delegated
- Application
| Resource | Permissions |
|---|---|
| Microsoft Graph | Tasks.Read |
| Resource | Permissions |
|---|---|
| Microsoft Graph | Tasks.Read.All |
Examples
Gets information about a specific Planner Roster.
m365 planner roster get --id 8bc07d47-c06f-41e1-8f00-1c113c8f6067
Response
- JSON
- Text
- CSV
- Markdown
{
"id": "8bc07d47-c06f-41e1-8f00-1c113c8f6067",
"assignedSensitivityLabel": null
}
assignedSensitivityLabel: null
id : 8bc07d47-c06f-41e1-8f00-1c113c8f6067
id,assignedSensitivityLabel
8bc07d47-c06f-41e1-8f00-1c113c8f6067,
# planner roster get --id "8bc07d47-c06f-41e1-8f00-1c113c8f6067"
Date: 1/30/2023
## 8bc07d47-c06f-41e1-8f00-1c113c8f6067
Property | Value
---------|-------
id | 8bc07d47-c06f-41e1-8f00-1c113c8f6067
assignedSensitivityLabel | null
More information
Rosters are a new type of container for Microsoft Planner plans. This enables users to create a Planner plan without the need to create a new Microsoft 365 group (with a mailbox, SharePoint site, ...). Access to Roster-contained plans is controlled by the members on the Roster. A Planner Roster can contain only 1 plan.