Skip to content

Commit

Permalink
chore(integration-templates): Automated commit updating flows.yaml ba…
Browse files Browse the repository at this point in the history
…sed on changes in NangoHQ/integration-templates@0b4c769 by Khaliq. Commit message: fix(aliases): Fix upload alias (#125)
  • Loading branch information
github-actions[bot] committed Nov 26, 2024
1 parent b1fadd7 commit 7160cdf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/shared/flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7534,6 +7534,7 @@ integrations:
endpoint:
method: GET
path: /users
group: Users
sync_type: incremental
scopes:
- okta.users.read
Expand All @@ -7543,10 +7544,12 @@ integrations:
output: User
endpoint:
method: POST
path: /user
path: /users
group: Users
input: OktaCreateUser
scopes:
- okta.users.manage
version: 1.0.0
add-group:
description: Adds a new group with the OKTA_GROUP type to your org
output: Group
Expand All @@ -7561,7 +7564,8 @@ integrations:
output: SuccessResponse
endpoint:
method: PUT
path: /user-group
path: /user-groups
group: User Groups
input: OktaAssignRemoveUserGroup
scopes:
- okta.groups.manage
Expand All @@ -7570,7 +7574,8 @@ integrations:
output: SuccessResponse
endpoint:
method: DELETE
path: /user-group
path: /user-groups
group: User Groups
input: OktaAssignRemoveUserGroup
scopes:
- okta.groups.manage
Expand Down

0 comments on commit 7160cdf

Please sign in to comment.