Add a new user to a Microsoft Teams team command: `teams user add -u| --userName [userName] -i| --groupId <groupId> -r|--role [role]` - userName: the UPN of the user to add - groupId: id of the group - role: Member or Owner. Default Member
Add a new user to a Microsoft Teams team
command:
teams user add -u| --userName [userName] -i| --groupId <groupId> -r|--role [role]