Bert Alfred
Bert Alfred

Reputation: 511

Create user with sdk from AD in Dynamics CRM '13

I am attempting to create a simple application for creating users in our on-prem Dynamics 2013 CRM installation. Right now, we create a user in AD then go to CRM and import the user by entering the AD username and domain in the CRM username field. We then manually enter the additional user properties. Currently, I have my app creating the AD users but, being new to CRM, I am stumbling about figuring out how to utilize the sdk to add my users in CRM. Also, I wonder if there is a better way to go about this.

Any help or guidance would be greatly appreciated.

Upvotes: 0

Views: 482

Answers (1)

AdamV
AdamV

Reputation: 1467

Try starting with this from the online MSDN reference: Sample: Create an on-premises user

Upvotes: 0

Related Questions