SheenaK
5 years agoChampion
Bulk registering users with the API and a CSV file?
I'm familiar with uploading a CSV file to bulk register users with SSO as per this article, but I was wondering if it's possible to use the API to do this?
As in could we send an email with a CSV attached for example to upload it, or some kind of automated process?
We don't currently allow you to submit the .csv file via an API endpoint. We do have API endpoints that let you create or edit users:
(REST V1 doesn't have an edit user endpoint, but has several endpoints to change user data, such as email/set and profiles/name/[profile_name]/set)
-Doug