* Import Users using JSON file *
Hi all,
I want to add 100+ users on the Descope Console so I want to use the "Import Users " function in the top right. It allows imoirting only JSON files so I converted my CSV (first name, last name, emails) into JSON file.
Format:
[
{"First_Name": "Firstnam1", "Last_Name": "Lastname1", "Email": "
jemail@email.com"},
{"First_Name": "Firstname2", "Last_Name": "Lastname2", "Email": "
jemail@email.com"},
]
After I import to the console I get success message but no user is added.
Any solutions?