Skip to main content

planner roster member list

Lists members of the specified Microsoft Planner Roster

Usage

m365 planner roster member list [options]

Options

--rosterId <rosterId>

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, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

warning

This command is based on an API that is currently in preview and is subject to change once the API reached general availability.

Examples

Lists members of the specified Microsoft Planner Roster.

m365 planner roster member list --rosterId 8bc07d47-c06f-41e1-8f00-1c113c8f6067

Response

[
{
"id": "b3a1be03-54a5-43d2-b4fb-6562fe9bec0b",
"userId": "2056d2f6-3257-4253-8cfc-b73393e414e5",
"tenantId": "5b7b813c-2339-48cd-8c51-bd4fcb269420",
"roles": []
}
]
CTRL + M