In this guide:
- Okta Workflows guides
- Copy a user attribute to another
- Related Okta Workflows guides
- Okta Workflows resources
Okta Workflows guides
Okta Workflows guides offer questions and answers from the Okta Workflows community office hours. They also come from the #okta-workflows channel on the Mac Admins Slack and other places. Read all the other guides.
How do you copy an Okta attribute to another using Okta Workflows?
This guide will teach you how to copy an Okta user attribute to another attribute using Okta Workflows.
Copy a user attribute to another
There are two flows:
- List users: list all users to update.
- Copy user profile attribute – helper: copies a profile attribute to another attribute for each user.
List users
The List users flow lists all users to update.

How the flow works
- The Okta-List User with Search card lists (finds) users from a group to update. The card finds all users except those with a status of ‘DEPROVISIONED’, since it doesn’t specify any input parameters. The card utilizes the streaming option to direct users to a helper flow.
Copy user profile attribute – helper
The helper flow copies a profile attribute to another attribute for each user.

How the flow works
- Since the Helper Flow uses the streaming option, it has two fields: Record and State. The Record field holds the current user and defines the ID field, which is the user ID.
- The Okta-Read User card reads the Preferred language attribute to copy.
- The Okta-Update User card updates a user’s properties. This flow copies (updates) the Custom 1 user profile property with the value of the Preferred language attribute.
As an optional step, after copying the Preferred language to the Custom 1 attribute, an admin could change the Custom 1 attribute to read-only in the Admin Console.
Related Okta Workflows guides
- Update a Profile Property for All Okta Users Using Okta Workflows.
- Update a Profile Attribute for All Users in an Okta Group Using Okta Workflows.
Okta Workflows resources
🚀 New to Okta Workflows? The Getting Started with Okta Workflows page has all the resources to help you get started.
📺 Like learning from videos? Watch Okta Workflows videos.
❓Have a question? Ask during community office hours, post on the community forum, or email me.
🙋🏻♀️ Want to learn from the community? Join the #okta-workflows channel on the Mac Admins Slack.
📖 Want to learn more about Okta and automation? Take the Okta Workflows training on Okta Learning.
Leave a comment