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@4dea518 by Daniel Roy Lwetabe. Commit message: feat(okta): list all users (#98)
  • Loading branch information
github-actions[bot] committed Nov 6, 2024
1 parent 205cd94 commit 746e9a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/shared/flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5494,6 +5494,15 @@ integrations:
lastName: string
isBot: boolean
okta:
syncs:
users:
description: Fetches lists users in your org
runs: every day
output: User
endpoint: GET /users
sync_type: incremental
scopes:
- okta.users.read
actions:
create-user:
description: Creates a new user in your Okta org without credentials.
Expand Down

0 comments on commit 746e9a5

Please sign in to comment.