Skip to content
Recued
Menu
← Back to recipes

Add an Okta user to a group

by recued-core v1

Approval-gated Okta group membership add for one user and one group. It reads the user and group for context, then calls recued-core.okta.group.user.add. It does not create groups, edit group profile data, assign admin roles, mutate app assignments directly, or call arbitrary Okta APIs.

How it works 7 steps

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

Process (7 steps)
user_id trim
Trim whitespace from setting user id
group_id trim
Trim whitespace from setting group id
reason trim
Trim whitespace from setting reason
user ?
group ?
add_membership ?
card to_summary
Format results as a summary card
Settings 4 configurable

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

okta setting =
reason setting =
user id setting =
group 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 Okta connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

okta oktaidentitygroupsmembershipaccess-governanceapprovalpack:okta

Details

7 steps 4 configurable settings recipe_id: add-okta-user-to-group