-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92aaa00
commit c60fd81
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Add New User in Microsoft Teams | ||
# Add New User in Microsoft Office 365 | ||
|
||
Add a new user in Microsoft Teams. | ||
Add a new user in Microsoft Office 365. | ||
|
||
## Usage | ||
|
||
- Add your Teams Access Token, Team Id, JIRA Token, JIRA User Email, JIRA API Base URL and JIRA Project Key to `flowpipe.fpvars` | ||
- Run the pipeline and specify `license_sku_ids`,`message`,`mail_nickname`,`account_enabled`,`user_principal_name`,`display_name` and `password`, e.g., `flowpipe pipeline run add_new_user_in_microsoft_teams --arg 'license_sku_ids=["944a8e14-7a6f-48c6-8805-6e93612f6c2"]' --arg 'message="Welcome to the team"' --arg 'mail_nickname="testFlowpipe"' --arg 'account_enabled=true' --arg '[email protected]' --arg 'display_name="test flowpipe"' --arg 'password="test@123"'` | ||
- Run the pipeline and specify `license_sku_ids`,`message`,`mail_nickname`,`account_enabled`,`user_principal_name`,`display_name` and `password`, e.g., `flowpipe pipeline run add_new_user_in_microsoft_office_365 --arg 'license_sku_ids=["944a8e14-7a6f-48c6-8805-6e93612f6c2"]' --arg 'message="Welcome to the team"' --arg 'mail_nickname="testFlowpipe"' --arg 'account_enabled=true' --arg '[email protected]' --arg 'display_name="test flowpipe"' --arg 'password="test@123"'` |