Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New command: planner roster member add #4392

Closed
Tracked by #4383
milanholemans opened this issue Jan 21, 2023 · 4 comments
Closed
Tracked by #4383

New command: planner roster member add #4392

milanholemans opened this issue Jan 21, 2023 · 4 comments

Comments

@milanholemans
Copy link
Contributor

milanholemans commented Jan 21, 2023

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. johndoe@example.com). 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 john.doe@contoso.com

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.
@Adam-it
Copy link
Contributor

Adam-it commented Jan 27, 2023

nothing to add. We should keep and eye out for the coming roles in the future 😉.

@milanholemans
Copy link
Contributor Author

nothing to add. We should keep and eye out for the coming roles in the future 😉.

Yeah same with tenantId, looks like there's a lot more coming! 😊

@milanholemans milanholemans added help wanted and removed needs peer review Needs second pair of eyes to review the spec or PR labels Jan 27, 2023
@nicodecleyre
Copy link
Contributor

I would like to work on this

@milanholemans
Copy link
Contributor Author

All yours!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants