You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/manage-users/add-and-edit/import-users-in-bulk.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ When importing users from Auth0 NDJSON files, you have three options:
59
59
1.**Import users only** - choose this method if you want to allow users to reset their password or sign in another way.
60
60
2.**Import passwords only** - only choose this if you have already imported users.
61
61
62
-
## **Prepare CSV files (other sources)**
62
+
## Prepare CSV files (other sources)
63
63
64
64
When exporting data from another auth system or your own system via CSV, the file needs to be set up with specific headings and formats for the data you are importing. These are detailed below.
65
65
@@ -68,7 +68,7 @@ If you are migrating from Auth0, see the **Prepare JSON data (for Auth0 imports)
68
68
### Required **data**
69
69
70
70
-`email` or `phone` - minimum required identity information
71
-
-`external_organization_id` - Only required if you are importing roles and permissions
71
+
-`external_organization_id` - assign users to organizations, optional unless you are importing roles and permissions
72
72
73
73
### **Other user data**
74
74
@@ -87,11 +87,11 @@ The more data that you include for import, the easier we can set up your users i
87
87
-`email_verified` - email verification status: `TRUE` or `FALSE`. TRUE only applies if you are also importing the user's password. If they have not set a password and you set this to `TRUE`, they will be prompted to set one using a one-time code the first time they sign in. This verifies their identity.
88
88
-`role_key` - the role key for the role a user will be assigned on import. If the user is to be assigned more than one role, use a comma separated list.
89
89
-`permission_key` - the permissions key for the permission a user will be assigned (that is not included in their role). If the user is to be assigned more than one permission, use a comma separated list.
90
-
-`external_organization_id` - the third-party supplied ID of the organizations you want the user to be imported into. Only required if you are importing roles and permissions with user data. If the user belongs to more than one organization, use a comma separated list.
91
-
90
+
-`external_organization_id` - your supplied 'external_id' for the organization that you want the user to be imported into. Optional unless you are importing roles and permissions with user data. If the user belongs to more than one organization, use a comma separated list wrapped in double quotes. If left empty the user will be assigned to the default organization, if the 'Add users to this organization if no organization is specified' policy is enabled.
91
+
92
92
<Aside>
93
93
94
-
Note that this is NOT the same as the **Organization code** in Kinde, which is a Kinde-supplied ID.
94
+
Note that this is NOT the same as the **Organization code** in Kinde, which is a Kinde-supplied ID. You can define your ID in the organization 'external_id' field.
0 commit comments