Hi,
For various reasons, we can't use AD sync for our users. As an alternative, we've been using a CSV import. Is there any way to automate this? I found where I can use rest api to create requesters, but I can't use it to add login name/domain information.
Has anybody had any success in something like this? Currrently, we're having to build a csv, then manually import users every morning.
Ideally, I'd like rest api to be able to import a requester with:
Display Name
First Name
Last Name
Email Address
Employee ID
Department
Manager Name (with a relationship built)
Site/Office
Username
Domain
Password (fake, though it's apparently needed when adding a username/domain)
I can do this using the csv import, but I can't seem to do it with Rest API.