Browse sources$ls -a sources
Logo of okta
Okta
Secure user management with integrated Okta data
Sync your customers' dataFiber pulls data from your customers' Okta accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of okta
Logo of okta
Logo of okta
Logo of okta
Logo of okta
Logo of okta
Logo of okta
Logo of okta
Logo of okta
Logo of okta
Fiber
postgres-prod
okta_users
okta_groups
okta_orgs
Your customers' Okta accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Okta API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Users belonging to the Okta account
-- of a particular user.

SELECT *
FROM fiber.okta_user
WHERE account_id = '{user.okta_id}'
-- Fetch all the Users belonging to the Okta account
-- of a particular user.

SELECT *
FROM fiber.okta_user
WHERE account_id = '{user.okta_id}'
Code
CREATE TABLE fiber.okta_user (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
id TEXT,
status TEXT,
created TEXT,
activated TEXT,
status_changed TEXT,
last_login TEXT,
last_updated TEXT,
password_changed TEXT,
profile JSONB,
credentials JSONB
)
CREATE TABLE fiber.okta_user (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
id TEXT,
status TEXT,
created TEXT,
activated TEXT,
status_changed TEXT,
last_login TEXT,
last_updated TEXT,
password_changed TEXT,
profile JSONB,
credentials JSONB
)
Model definition
About this source
Logo of okta
OktaIdentity management service providing secure user authentication.okta.com  ↗
    Available resources
      Users
      Groups
      Orgs
      Devices
      Sessions
      Apps
      Email Domains
    Missing a resource? We will build it for you.
    Similar sources
    OAuth
    Need help with OAuth for Okta?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Okta and over 200 other APIs. Setup and deploy within minutes.
    Logo of oktaIntegrate Okta using Fiber Fiber makes it easy to access third-party data from Okta accounts. Get started in just a few minutes.