
DanN.36988 (Customer) asked a question.
Is there a way to bulk update user profiles in okta, maybe with csv?

We use cookies to provide the best website experience and to help understand marketing efforts. We may also share data with ad partners to reach potential customers across the web. To learn more, visit our Privacy Policy. Click here for Your Privacy Choices. You may also opt out of this sharing by signaling your preference via GPC, applicable only to the browser signaling the opt-out.
More information
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
Select All

We use cookies to provide the best website experience and to help understand marketing efforts. We may also share data with ad partners to reach potential customers across the web. To learn more, visit our Privacy Policy. Click here for Your Privacy Choices. You may also opt out of this sharing by signaling your preference via GPC, applicable only to the browser signaling the opt-out.
More information
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
Select All
You may definitely leverage our CSV import method to update bulk users profile by supplying the values in the CSV. For more details please review our documentation below:
https://help.okta.com/en/prod/Content/Topics/Directory/Directory_People.htm#Importing
Expand the Import and assign people from a CSV File section from the above article.
You can additionally leverage our Okta API in order to update user profiles. This will require some coding experience in order to achieve the desired outcome.
https://developer.okta.com/docs/api/resources/users#update-user
Thank you for choosing Okta!
Are you able to pull all the data down in a CVS and then updated the fields as needed?
Wanted to bump Brians question. Without a CSV export in the same format as the import template it makes bulk updates very error prone.
Here is another thread where customers discuss using the API to pull the report. As the other posters mentioned its kind of crazy that there is no way to do this in the GUI. I still need to test if the API export format is the same as the import format, if its not thats really unfortunate because writing a transformation script just adds more chance for errors. https://support.okta.com/help/s/question/0D50Z00008G7VQR/how-can-i-export-list-of-all-users-in-okta
More here, looks like the official answer is to use the pw health report or someone else's chrome extension called rockstar https://support.okta.com/help/s/article/Export-Active-OKTA-Users-list
The API does not support a text/csv content type so would have to transform from json into the upload template format