Tag Archives: Application User in Dynamics 365

Obtain OrganizationService using Application User in Dynamics 365

Introduction: The Application User is the concept that allows us (developers) programmatic access to Dynamics 365 data and entities. Prior to the introduction of Application User concept we were using licensed user account’s User Name and Password to authenticate to CRM and perform operations. As a developer, you may have come across with the situation… Read More »

Is it possible to Create/Update Application User in Dynamics 365 Programmatically?

You may have heard about the Application user in Dynamics 365. The Application user is a non-licensed and non-interactive user in the Dynamics 365 that we can use to connect to Dynamics 365 services to perform operations. Have you come across a requirement where you need to create/update Application User programmatically and do you think… Read More »