{"id":23804,"date":"2026-01-13T16:10:44","date_gmt":"2026-01-13T16:10:44","guid":{"rendered":"https:\/\/suresms.com\/?page_id=23804"},"modified":"2026-01-14T06:35:34","modified_gmt":"2026-01-14T06:35:34","slug":"integration-entra-id-via-csv","status":"publish","type":"page","link":"https:\/\/suresms.com\/en\/integrationer\/booking-ldap-2fa\/integration-entra-id-via-csv\/","title":{"rendered":"SMS integration to Entra ID (via CSV file)"},"content":{"rendered":"<!-- Flexy Breadcrumb -->\r\n\t\t\t<div class=\"fbc fbc-page\">\r\n\r\n\t\t\t\t<!-- Breadcrumb wrapper -->\r\n\t\t\t\t<div class=\"fbc-wrap\">\r\n\r\n\t\t\t\t\t<!-- Ordered list-->\r\n\t\t\t\t\t<ol class=\"fbc-items\" itemscope itemtype=\"https:\/\/schema.org\/BreadcrumbList\">\r\n\t\t\t\t\t\t            <li itemprop=\"itemListElement\" itemscope itemtype=\"https:\/\/schema.org\/ListItem\">\r\n                <span itemprop=\"name\">\r\n                    <!-- Home Link -->\r\n                    <a itemprop=\"item\" href=\"https:\/\/suresms.com\/en\/\">\r\n                    \r\n                                                    <i class=\"fa fa-home\" aria-hidden=\"true\"><\/i>Home                    <\/a>\r\n                <\/span>\r\n                <meta itemprop=\"position\" content=\"1\" \/><!-- Meta Position-->\r\n             <\/li><li><span class=\"fbc-separator\">\/<\/span><\/li><li class=\"active\" itemprop=\"itemListElement\" itemscope itemtype=\"https:\/\/schema.org\/ListItem\"><span itemprop=\"name\" title=\"SMS integration to Entra ID (via CSV file)\">SMS integration for Entra...<\/span><meta itemprop=\"position\" content=\"2\" \/><\/li>\t\t\t\t\t<\/ol>\r\n\t\t\t\t\t<div class=\"clearfix\"><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\n\t\t<h1>SMS integration Entra ID via CSV file<\/h1>\t\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/suresms.com\/wp-content\/uploads\/2022\/08\/Azure-AD-2-1.png\" alt=\"Azure AD\" itemprop=\"image\" height=\"254\" width=\"700\" title=\"Azure AD\" onerror=\"this.style.display='none'\" loading=\"lazy\" \/>\n<h2>\n\t\t\tWhat is Entra ID also known as Active Directory?\t<\/h2>\n\t<p>Microsoft Entra ID, formerly known as Azure Active Directory (Azure AD), is a cloud-based identity and access management service from Microsoft. This service helps organizations manage and secure user access to applications and data across a modern hybrid IT infrastructure. By using Microsoft Entra ID, organizations can offer single sign-on (SSO) and multi-factor authentication to protect user identities and improve security. The integration with Microsoft Entra ID and your Active Directory (AD) makes it possible to synchronize and manage identities centrally, simplifying user management and access control. This is essential for organizations that want efficient and secure access management.<\/p>\n\t\t<h2>Pay attention to ....<\/h2><p>There are a few things you should be aware of before you start creating an SMS AD integration with SureSMS.<\/p>\n<h4>GDPR<\/h4>\n<p>The first thing you need to be aware of is that SureSMS gets access to personal data from you. This means that we are now starting to process data for you and thus we must, in<a href=\"https:\/\/www.datatilsynet.dk\/hvad-siger-reglerne\">comply with GDPR<\/a>, have a data processing agreement.<\/p>\n<h4>Phone numbers<\/h4>\n<p>The phone numbers we need to send to must be in your AD. In order for us to send SMS to a person, we need to know their phone number. Therefore, if you don't have phone numbers in your AD, either get it or don't do an integration.<\/p>\n<h4>Deleting contacts<\/h4>\n<p>The integration is a \u201cone-way\u201d integration. This means that we only read from information from AD. The integration takes all people from your AD, so to speak. So, for example, if you delete a person in SureSMS, they will only come back if they are still in AD. It's always AD that has the correct data.<\/p>\n<h2>\n\t\t\tHow to set up your Entra ID integration\t<\/h2>\n\t<p>We have several options when it comes to EntraID integration. This article describes how the integration is done via a CSV file.<\/p>\n<p>In general, the solution is based on a small script that runs on your premises (i.e. within the security mechanisms your company has established). The script creates a comma-separated file with content about people, phone numbers and groups, and this file is sent securely via sFTP to SureSMS. SureSMS then automatically loads the file into the account associated with the integrations.<\/p>\n<p>So, let's get started.<\/p>\n<h2>\n\t\t\tHow it works\t<\/h2>\nThe process is built around a PowerShell script that performs the following tasks:\n\n1.Securely connects to Microsoft Entra ID using the Microsoft Graph API.\n2. retrieves members from one or more specified user groups.\n3. extracts relevant data (Name, Country code, Phone number) and the name of the group they belong to.\n4. formats data in a CSV file compatible with the SureSMS platform.\n5. automatically uploads the CSV file to the SureSMS sFTP server (sftp.suresms.com).\n<br \/>\nOnce the file is uploaded, it is automatically imported to the contacts of your address book in SureSMS.\n<h2>\n\t\t\tCSV file format\t<\/h2>\nThe script generates a CSV file with a semicolon as separator, which is standard in Denmark. The file contains the following columns:\n<table>\n<tbody data-slate-node=\"element\">\n<tr data-slate-node=\"element\">\n<td data-slate-node=\"element\">\nColumn\n<\/td>\n<td data-slate-node=\"element\">\nDescription\n<\/td>\n<td data-slate-node=\"element\">\nExample of an example\n<\/td>\n<\/tr>\n<tr data-slate-node=\"element\">\n<td data-slate-node=\"element\">\nName\n<\/td>\n<td data-slate-node=\"element\">\nUser's full name from Entra ID\n<\/td>\n<td data-slate-node=\"element\">\nAnders Jensen\n<\/td>\n<\/tr>\n<tr data-slate-node=\"element\">\n<td data-slate-node=\"element\">\nCountry code\n<\/td>\n<td data-slate-node=\"element\">Dialing code with + prefix<\/td>\n<td data-slate-node=\"element\">\n+45\n<\/td>\n<\/tr>\n<tr data-slate-node=\"element\">\n<td data-slate-node=\"element\">\nPhone number\n<\/td>\n<td data-slate-node=\"element\">\nMobile number or work phone\n<\/td>\n<td data-slate-node=\"element\">\n12345678\n<\/td>\n<\/tr>\n<tr data-slate-node=\"element\">\n<td data-slate-node=\"element\">\nGroup of products\n<\/td>\n<td data-slate-node=\"element\">\nThe name of the Entra ID group the user belongs to\n<\/td>\n<td data-slate-node=\"element\">\nIT department\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\nAn example of the file content could look like this:\nPlain Text\n\u201cAnders Jensen\u201d;\u201d+45\u2033;\u201d12345678\u2033;\u201dIT Department\u201d\n\u201cMaria Nielsen\u201d;\u201d+45\u2033;\u201d87654321\u2033;\u201dIT Department\u201d\n\u201cPeter Hansen\u201d;\u201d+45\u2033;\u201d11223344\u2033;\u201dSalg\u201d\n\u201cJohan Svensson\u201d;\u201d+46\u2033;\u201d701234567\u2033;\u201dSalg\u201d\n\nNote that the script automatically converts ISO country codes (e.g. DK, SE, NO) to the correct dialing format (+45, +46, +47) and removes any country code prefixes from the phone numbers.\n<h2>\n\t\t\tPrerequisites\t<\/h2>\n<p>Before you can use the script, make sure your system meets the following requirements:<\/p>\n<ul>\n<li>Windows PowerShell 5.1 or higher (included in Windows 10 and 11).<\/li>\n<li>Required PowerShell modules: The script will automatically try to install <u>Graph<\/u> and <u>Posh-SSH<\/u>, if they are not already installed. This requires administrator rights the first time.<\/li>\n<li>Permissions in Entra ID: The user running the script must have permission to read user and group information via Microsoft Graph. The first time the script is run, you will be asked to consent to these permissions.<\/li>\n<li>sFTP access to SureSMS: You need a username and password for the SureSMS sFTP server.<\/li>\n<\/ul>\n<h2>\n\t\t\tStep-by-step guide\t<\/h2>\n<p>Follow these steps to configure and run the script.<\/p>\n<h3>\n\t\t\tStep 1: Download the script\t<\/h3>\n<p>First you need to download <a href=\"https:\/\/suresms.com\/wp-content\/uploads\/2026\/01\/Export-EntraIDUsersToSFTP.zip\">The PowerShell script<\/a>. Save the Export-EntraIDUsersToSFTP.ps1 file to a suitable location on your computer, for example in C:Scripts<\/p>\n<h3>\n\t\t\tStep 2: Find your sFTP details in SureSMS\t<\/h3>\n<p>For the script to upload the file, it needs your personal sFTP login details from SureSMS. The script is already configured to connect to sftp.suresms.com, so you only need your username and password.<\/p>\n<p>You can get your sFTP information by sending an email to support@suresms.com with information about your user number and the registered email address (see bottom left when you are logged in to app.suresms.com)<\/p>\n<h3>\n\t\t\tStep 3: Run the script\t<\/h3>\n<p>Open a PowerShell window and navigate to the folder where you saved the script. You can now run the script with the necessary parameters.<\/p>\n<p>Below is an example of how to run the script. Replace the values with your own information.<\/p>\n<p>.Export-EntraIDUsersToSFTP.ps1 -Groups \u201cAll Employees\u201d, \u201cIT Support\u201d ` -SFTPUsername \u201cditsftp-username\u201d<\/p>\n<p>When you run the command:<\/p>\n<ul>\n<li>You will first be asked to log in to your Microsoft account to give the script access to Entra ID.<\/li>\n<li>You will then be asked to enter your sFTP password.<\/li>\n<\/ul>\n<p>The script will now retrieve the data, create a CSV file named <u>EntraID_Export.csv<\/u> and upload it to the SureSMS sFTP server.<\/p>\n<p>&nbsp;<\/p>\n<p><em>Parameters of the script<\/em><\/p>\n<p>Here is an overview of the parameters you can use to customize the function of the script:<\/p>\n<p>&nbsp;<\/p>\n<table width=\"100%\">\n<thead>\n<tr>\n<td>Parameter<\/td>\n<td>Description<\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><u>-Groups<\/u><\/td>\n<td>(Required) A list of the group names from Entra ID you want to export. Separate with commas, e.g. <u>\u201cGroup1\u201d, \u201cGroup2\u201d<\/u>.<\/td>\n<\/tr>\n<tr>\n<td><u>-SFTPUsername<\/u><\/td>\n<td>(Required) Your sFTP username from SureSMS.<\/td>\n<\/tr>\n<tr>\n<td><u>-SFTPPassword<\/u><\/td>\n<td>(Optional) Password as SecureString. If not specified, you will be prompted to enter it.<\/td>\n<\/tr>\n<tr>\n<td><u>-SFTPPort<\/u><\/td>\n<td>(Optional) sFTP port. Default is 22.<\/td>\n<\/tr>\n<tr>\n<td><u>-SFTPRemotePath<\/u><\/td>\n<td>The folder on the sFTP server where the file should be uploaded. The default is <u>\/<\/u>.<\/td>\n<\/tr>\n<tr>\n<td><u>-OutputPath<\/u><\/td>\n<td>(Optional) Changes the name or location of the local CSV file. Default is <u>.EntraID_Export.csv<\/u>.<\/td>\n<\/tr>\n<tr>\n<td><u>-SkipSFTPUpload<\/u><\/td>\n<td>(Optional) If specified, only the CSV file is generated locally without uploading to sFTP.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>\n\t\t\tExamples of use\t<\/h2>\n<h4>Example 1: Export one group and upload to SureSMS<\/h4>\n<p>.Export-EntraIDUsersToSFTP.ps1 -Groups \u201cSales department\u201d -SFTPUsername \u201cmyuser\u201d<\/p>\n<h4>Example 2: Export multiple groups to a specific folder<\/h4>\n<p>.Export-EntraIDUsersToSFTP.ps1 -Groups \u201cIT\u201d, \u201cHR\u201d, \u201cManagement\u201d ` -SFTPUsername \u201cmyuser\u201d ` -SFTPRemotePath \u201c\/contacts\u201d<\/p>\n<h4>Example 3: Local export only without sFTP upload<\/h4>\n<p>.Export-EntraIDUsersToSFTP.ps1 -Groups \u201cAll Employees\u201d ` -OutputPath \u201cC:Export Employees.csv\u201d ` -SkipSFTPUpload<\/p>\n<h2>\n\t\t\tAutomation with Windows Task Scheduler\t<\/h2>\n<p>To keep your contact lists synchronized, you can set up a Scheduled Task in Windows that runs the script automatically at regular intervals. This ensures that new employees or changes in phone numbers are automatically reflected in your SureSMS recipient lists without any manual work.<\/p>\n<p>To create a scheduled task:<\/p>\n<ul>\n<li>Open Task Scheduler in Windows.<\/li>\n<li>Click Create basic task.<\/li>\n<li>Give the task a name, e.g. \u201cSureSMS Contact Sync\u201d.<\/li>\n<li>Select how often the task should run (e.g. daily).<\/li>\n<li>Select Start a program as action.<\/li>\n<li>Specify <u>exe<\/u> as program and add the full path of the script with parameters as arguments.<\/li>\n<\/ul>\n<p>Example of argument:<\/p>\n<p>-ExecutionPolicy Bypass -File \u201cC:ScriptsExport-EntraIDUsersToSFTP.ps1\u201d -Groups \u201cAll Employees\u201d -SFTPUsername \u201cmyuser\u201d<\/p>\n<p>Note: For automated driving, you need to store the password securely. You can use <u>-SFTPPassword<\/u> parameter with a SecureString stored in an encrypted file or run the script under a service account with stored credentials.<\/p>\n<p>&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>SMS integration Entra ID via CSV file What is Entra ID also known as Active Directory? Microsoft Entra ID, formerly known as Azure Active Directory (Azure AD), is a cloud-based identity and access management service from Microsoft. This service helps organizations manage and secure user access to applications and data across a modern hybrid ... <a title=\"SMS integration to Entra ID (via CSV file)\" class=\"read-more\" href=\"https:\/\/suresms.com\/en\/integrationer\/booking-ldap-2fa\/integration-entra-id-via-csv\/\" aria-label=\"Read more about SMS integration to Entra ID (via CSV file)\">Read more<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":19541,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_fl_builder_enabled":"1","_fl_builder_data":null,"_fl_builder_draft":null,"_fl_builder_data_settings":null,"_fl_builder_css":"","_fl_builder_css_version":"","_fl_builder_js":"","footnotes":""},"categories":[],"tags":[],"class_list":["post-23804","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\r\n<title>SMS integration til Entra ID (via CSV fil) - dyb integration<\/title>\r\n<meta name=\"description\" content=\"SMS AD Integration til Azure Active Directory. Fuldt integreret SMS l\u00f8sning i AD til beredskabs, alarmering, medarbejdere og mere\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/suresms.com\/en\/integrations\/booking-temporary-systems\/integration-entra-id-via-csv\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"SMS integration til Entra ID (via CSV fil)\" \/>\r\n<meta property=\"og:description\" content=\"SMS AD Integration til Azure Active Directory. Fuldt integreret SMS l\u00f8sning i AD til beredskabs, alarmering, medarbejdere og mere\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/suresms.com\/en\/integrations\/booking-temporary-systems\/integration-entra-id-via-csv\/\" \/>\r\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/p\/SureSMS-100044607956149\/\" \/>\r\n<meta property=\"article:modified_time\" content=\"2026-01-14T06:35:34+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/suresms.com\/wp-content\/uploads\/2022\/08\/Azure-AD-2-1.png\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/suresms.com\\\/dk\\\/integrationer\\\/booking-ldap-2fa\\\/integration-entra-id-via-csv\\\/\",\"url\":\"https:\\\/\\\/suresms.com\\\/dk\\\/integrationer\\\/booking-ldap-2fa\\\/integration-entra-id-via-csv\\\/\",\"name\":\"SMS integration til Entra ID (via CSV fil) - dyb integration\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/suresms.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/suresms.com\\\/dk\\\/integrationer\\\/booking-ldap-2fa\\\/integration-entra-id-via-csv\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/suresms.com\\\/dk\\\/integrationer\\\/booking-ldap-2fa\\\/integration-entra-id-via-csv\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/suresms.com\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/Azure-AD-2-1.png\",\"datePublished\":\"2026-01-13T16:10:44+00:00\",\"dateModified\":\"2026-01-14T06:35:34+00:00\",\"description\":\"SMS AD Integration til Azure Active Directory. Fuldt integreret SMS l\u00f8sning i AD til beredskabs, alarmering, medarbejdere og mere\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/suresms.com\\\/dk\\\/integrationer\\\/booking-ldap-2fa\\\/integration-entra-id-via-csv\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/suresms.com\\\/dk\\\/integrationer\\\/booking-ldap-2fa\\\/integration-entra-id-via-csv\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/suresms.com\\\/dk\\\/integrationer\\\/booking-ldap-2fa\\\/integration-entra-id-via-csv\\\/#primaryimage\",\"url\":\"https:\\\/\\\/suresms.com\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/Azure-AD-2-1.png\",\"contentUrl\":\"https:\\\/\\\/suresms.com\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/Azure-AD-2-1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/suresms.com\\\/dk\\\/integrationer\\\/booking-ldap-2fa\\\/integration-entra-id-via-csv\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/suresms.com\\\/dk\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Integrationer\",\"item\":\"https:\\\/\\\/suresms.com\\\/dk\\\/integrationer\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SMS integration til LDAP og brugerdatabaser\",\"item\":\"https:\\\/\\\/suresms.com\\\/dk\\\/integrationer\\\/booking-ldap-2fa\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"SMS integration til Entra ID (via CSV fil)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/suresms.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/suresms.com\\\/en\\\/\",\"name\":\"SureSMS\",\"description\":\"Professionel SMS Gateway\",\"publisher\":{\"@id\":\"https:\\\/\\\/suresms.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/suresms.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/suresms.com\\\/en\\\/#organization\",\"name\":\"SureSMS\",\"url\":\"https:\\\/\\\/suresms.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/suresms.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/suresms.com\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/suresms-300x65-1.png\",\"contentUrl\":\"https:\\\/\\\/suresms.com\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/suresms-300x65-1.png\",\"width\":300,\"height\":65,\"caption\":\"SureSMS\"},\"image\":{\"@id\":\"https:\\\/\\\/suresms.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/p\\\/SureSMS-100044607956149\\\/\"]}]}<\/script>\r\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"SMS integration to Entra ID (via CSV file) - deep integration","description":"SMS AD Integration for Azure Active Directory. Fully integrated SMS solution in AD for emergency response, alerting, employees and more","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/suresms.com\/en\/integrations\/booking-temporary-systems\/integration-entra-id-via-csv\/","og_locale":"en_US","og_type":"article","og_title":"SMS integration til Entra ID (via CSV fil)","og_description":"SMS AD Integration til Azure Active Directory. Fuldt integreret SMS l\u00f8sning i AD til beredskabs, alarmering, medarbejdere og mere","og_url":"https:\/\/suresms.com\/en\/integrations\/booking-temporary-systems\/integration-entra-id-via-csv\/","article_publisher":"https:\/\/www.facebook.com\/p\/SureSMS-100044607956149\/","article_modified_time":"2026-01-14T06:35:34+00:00","og_image":[{"url":"https:\/\/suresms.com\/wp-content\/uploads\/2022\/08\/Azure-AD-2-1.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/suresms.com\/dk\/integrationer\/booking-ldap-2fa\/integration-entra-id-via-csv\/","url":"https:\/\/suresms.com\/dk\/integrationer\/booking-ldap-2fa\/integration-entra-id-via-csv\/","name":"SMS integration to Entra ID (via CSV file) - deep integration","isPartOf":{"@id":"https:\/\/suresms.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/suresms.com\/dk\/integrationer\/booking-ldap-2fa\/integration-entra-id-via-csv\/#primaryimage"},"image":{"@id":"https:\/\/suresms.com\/dk\/integrationer\/booking-ldap-2fa\/integration-entra-id-via-csv\/#primaryimage"},"thumbnailUrl":"https:\/\/suresms.com\/wp-content\/uploads\/2022\/08\/Azure-AD-2-1.png","datePublished":"2026-01-13T16:10:44+00:00","dateModified":"2026-01-14T06:35:34+00:00","description":"SMS AD Integration for Azure Active Directory. Fully integrated SMS solution in AD for emergency response, alerting, employees and more","breadcrumb":{"@id":"https:\/\/suresms.com\/dk\/integrationer\/booking-ldap-2fa\/integration-entra-id-via-csv\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/suresms.com\/dk\/integrationer\/booking-ldap-2fa\/integration-entra-id-via-csv\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/suresms.com\/dk\/integrationer\/booking-ldap-2fa\/integration-entra-id-via-csv\/#primaryimage","url":"https:\/\/suresms.com\/wp-content\/uploads\/2022\/08\/Azure-AD-2-1.png","contentUrl":"https:\/\/suresms.com\/wp-content\/uploads\/2022\/08\/Azure-AD-2-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/suresms.com\/dk\/integrationer\/booking-ldap-2fa\/integration-entra-id-via-csv\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/suresms.com\/dk\/"},{"@type":"ListItem","position":2,"name":"Integrationer","item":"https:\/\/suresms.com\/dk\/integrationer\/"},{"@type":"ListItem","position":3,"name":"SMS integration til LDAP og brugerdatabaser","item":"https:\/\/suresms.com\/dk\/integrationer\/booking-ldap-2fa\/"},{"@type":"ListItem","position":4,"name":"SMS integration til Entra ID (via CSV fil)"}]},{"@type":"WebSite","@id":"https:\/\/suresms.com\/en\/#website","url":"https:\/\/suresms.com\/en\/","name":"SureSMS","description":"Professional SMS Gateway","publisher":{"@id":"https:\/\/suresms.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/suresms.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/suresms.com\/en\/#organization","name":"SureSMS","url":"https:\/\/suresms.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/suresms.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/suresms.com\/wp-content\/uploads\/2024\/11\/suresms-300x65-1.png","contentUrl":"https:\/\/suresms.com\/wp-content\/uploads\/2024\/11\/suresms-300x65-1.png","width":300,"height":65,"caption":"SureSMS"},"image":{"@id":"https:\/\/suresms.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/p\/SureSMS-100044607956149\/"]}]}},"_links":{"self":[{"href":"https:\/\/suresms.com\/en\/wp-json\/wp\/v2\/pages\/23804","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/suresms.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/suresms.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/suresms.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/suresms.com\/en\/wp-json\/wp\/v2\/comments?post=23804"}],"version-history":[{"count":7,"href":"https:\/\/suresms.com\/en\/wp-json\/wp\/v2\/pages\/23804\/revisions"}],"predecessor-version":[{"id":23815,"href":"https:\/\/suresms.com\/en\/wp-json\/wp\/v2\/pages\/23804\/revisions\/23815"}],"up":[{"embeddable":true,"href":"https:\/\/suresms.com\/en\/wp-json\/wp\/v2\/pages\/19541"}],"wp:attachment":[{"href":"https:\/\/suresms.com\/en\/wp-json\/wp\/v2\/media?parent=23804"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/suresms.com\/en\/wp-json\/wp\/v2\/categories?post=23804"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/suresms.com\/en\/wp-json\/wp\/v2\/tags?post=23804"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}