Copy link to clipboard
Copied
Its the start of a new school year, which means deleting graduated students and adding new enrolments.
Most of my software consists of "make a user, add them to a group, or put them into an OU and the SSo is smart enough to work out the licensing."
with adobe it is entirely manual.
is there an API i can call with powershell or something or even just a sync that picks up users and OUs from google?
exporting a list of users out of AD and into a CSV to then import into the Adobe admin panel is enough of a workflow that complaining about it while I'm doing it is a worthwhile use of time.
Hi Lucas5E7C,
thanks for your question.
Indeed Adobe provides and API to enable a synchronisation of users between your Active Directory and the admin console. Have a look at the documentation where all of your questions should be addressed:
https://adobe-apiplatform.github.io/user-sync.py/en/
In the process you will need to access to the User Managment API on Adobe IO
https://www.adobe.io/apis/experienceplatform/umapi-new.html
Thanks and best
Marius
Copy link to clipboard
Copied
Hi Lucas5E7C,
thanks for your question.
Indeed Adobe provides and API to enable a synchronisation of users between your Active Directory and the admin console. Have a look at the documentation where all of your questions should be addressed:
https://adobe-apiplatform.github.io/user-sync.py/en/
In the process you will need to access to the User Managment API on Adobe IO
https://www.adobe.io/apis/experienceplatform/umapi-new.html
Thanks and best
Marius