Skip to content
Recued
Menu
← Back to recipes

WorkOS directory sync brief

by recued-core v1

Read-only directory-sync review brief for one WorkOS directory. It reads directory metadata plus one page each of directory users and groups through recued-core.workos, then asks the AI summarizer for sync state, inactive/suspended users, group coverage, role mapping signals, and follow-ups. It never creates, updates, deactivates, deletes, authenticates users, exchanges tokens, exports audit logs, or calls arbitrary WorkOS APIs.

How it works 12 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (12 steps)
directory_id_trim trim
Trim whitespace from setting directory id
directory ?
users_raw ?
groups_raw ?
users default
Apply default
groups default
Apply default
user_count count
Count items in users
group_count count
Count items in groups
summarize ?
user_table to_table
Format results as a data table
group_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 5 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

focus setting = Summarize directory sync health, active/inactive users, group coverage, role mapping signals, stale records, and follow-ups.
workos setting =
row limit setting = 25
max length setting = 900
directory id setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Workos connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

workos workosdirectory-syncidentityusersgroupsreviewai-summarypack:workos

Details

12 steps 5 configurable settings recipe_id: workos-directory-sync-brief