Auth0 user access brief
Read-only access review brief for one Auth0 user. It reads the user profile, tenant roles, effective permissions, organization memberships, and recent user logs through recued-core.auth0, then asks the AI summarizer for access posture, risky signals, and next steps. It never blocks users, changes roles, changes MFA, resets credentials, revokes sessions or refresh tokens, or calls arbitrary Auth0 APIs.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (24 steps)
user_id
trim
Trim whitespace from setting user id
user
?
roles_raw
?
permissions_raw
?
organizations_raw
?
logs_raw
?
roles
default
Apply default
permissions
default
Apply default
organizations
default
Apply default
events
default
Apply default
role_count
count
Count items in roles
permission_count
count
Count items in permissions
organization_count
count
Count items in organizations
event_count
count
Count items in events
summarize
?
role_rows
slice
Take a subset of
permission_rows
slice
Take a subset of
organization_rows
slice
Take a subset of
event_rows
slice
Take a subset of
role_table
to_table
Format results as a data table
permission_table
to_table
Format results as a data table
organization_table
to_table
Format results as a data table
event_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
auth0
setting
=
focus
setting
=
Summarize this Auth0 user's blocked state, email verification, tenant roles, effective permissions, organizations, recent log activity, access-risk signals, and concrete next steps. Do not invent facts outside the Auth0 data.
user id
setting
=
row limit
setting
=
20
max length
setting
=
900
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.