fabric’s customers often need to migrate existing users from their current IDP solutions to fabric Identity. This can be achieved by using the bulk user import feature available in fabric Identity. To help perform the import, provide fabric Identity with a CSV file containing the following details about each user.Documentation Index
Fetch the complete documentation index at: https://developer.fabric.inc/llms.txt
Use this file to discover all available pages before exploring further.
| Column Name | Is Mandatory | Comments |
|---|---|---|
id | Yes | Row identifier in the CSV |
firstName | Yes | User’s first name |
lastName | Yes | User’s last name |
middleName | No | User’s middle name |
email | Yes | User’s email address |
login | Yes | User’s login ID (usually email address) |
- Column names in the CSV file must match those above.
- User uniqueness is based on email.
- This process doesn’t support passwords.
End user experience
Following successful bulk user import, the end users must use the forgot password flow (available from the login page) to reset their passwords. fabric recommends that the login page be customized to prompt the users about the security solution change, and to use the forgot password flow to reset their passwords. Currently, this bulk user import can be performed only by fabric, upon request. Contact fabric support for help with user imports.
