Usage
m365 planner roster member add [options]
Description
Adds a user to a 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
Adds a specific user by user name as member of the Planner Roster
m365 planner roster member add --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userName [email protected]
Adds a specific user by ID as member of the Planner Roster.
m365 planner roster member add --rosterId tYqYlNd6eECmsNhN_fcq85cAGAnd --userId d049a857-f1c3-4fb3-a629-d8cfb3bd7275
Default properties
No response
Additional Info
API request: https://learn.microsoft.com/en-us/graph/api/plannerroster-post-members?view=graph-rest-beta&tabs=http
Let's add this to the docs:
- Attention: This command is based on an API that is currently in preview and is subject to change once the API reached general availability.
Usage
m365 planner roster member add [options]
Description
Adds a user to a Microsoft Planner Roster
Options
--rosterId <rosterId>--userId [userId]userId,userNamebut not both.--userName [userName]userId,userNamebut not both.Examples
Adds a specific user by user name as member of the Planner Roster
Adds a specific user by ID as member of the Planner Roster.
Default properties
No response
Additional Info
API request: https://learn.microsoft.com/en-us/graph/api/plannerroster-post-members?view=graph-rest-beta&tabs=http
Let's add this to the docs: