Usage
m365 planner roster member get [options]
Description
Gets a member of the specified Microsoft Planner Roster
Options
| Option |
Description |
--rosterId <rosterId> |
ID of the Planner Roster. |
--userId [userId] |
User's Azure AD ID. Specify either userId, userName but not both. |
--userName [userName] |
User's UPN (user principal name, e.g. [email protected]). Specify either userId, userName but not both. |
Examples
Gets a specific user by user name as member of the Planner Roster
m365 planner roster member get --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userName [email protected]
Gets a specific user by ID as member of the Planner Roster
m365 planner roster member get --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userId d049a857-f1c3-4fb3-a629-d8cfb3bd7275
Default properties
No response
Additional Info
This command is not that useful right now, but will be when roles are supported for rosters.
API: https://learn.microsoft.com/en-us/graph/api/plannerrostermember-get?view=graph-rest-beta&tabs=http
Let's specify in the docs that the API is still in beta.
Usage
m365 planner roster member get [options]
Description
Gets a member of the specified Microsoft Planner Roster
Options
--rosterId <rosterId>--userId [userId]userId,userNamebut not both.--userName [userName]userId,userNamebut not both.Examples
Gets a specific user by user name as member of the Planner Roster
Gets a specific user by ID as member of the Planner Roster
Default properties
No response
Additional Info
This command is not that useful right now, but will be when roles are supported for rosters.
API: https://learn.microsoft.com/en-us/graph/api/plannerrostermember-get?view=graph-rest-beta&tabs=http
Let's specify in the docs that the API is still in beta.