Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdatasourav committed Nov 23, 2023
1 parent 92aaa00 commit c60fd81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions add_new_user_in_microsoft_office_365/README.md
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"'`

0 comments on commit c60fd81

Please sign in to comment.