Posted January 24, 20232 yr Good morning, Is it possible to import staff from Active Directory? I tried using search but nothing come up.
January 24, 20232 yr Solution Importing uses an upload of a CSV file to populate the member list, so if you can create the source file then go for it - but it wouldn't be associated with AD. However, you could always look at implementing the LDAP login method and allow your users to register using their AD credentials. If it's Azure AD, or your on-premise AD is sync'ed to Azure AD, then you could use the Microsoft login method instead. Edited January 24, 20232 yr by Nathan Explosion
January 24, 20232 yr Community Expert Current number of additional suggestions I have to add to Nathans post
January 24, 20232 yr Author 3 hours ago, Nathan Explosion said: Importing uses an upload of a CSV file to populate the member list, so if you can create the source file then go for it - but it wouldn't be associated with AD. However, you could always look at implementing the LDAP login method and allow your users to register using their AD credentials. If it's Azure AD, or your on-premise AD is sync'ed to Azure AD, then you could use the Microsoft login method instead. I tried adding LDAP login but wasn't able to get it working, however I have successfully added Microsoft Login which is fine, I just wanted to import all the users initially. But I done it via exporting on the current site and import on the new site. Thanks for the suggestion.