Changes for page GET User Account - Microsoft Graph
Last modified by Erik Bakker on 2023/01/30 13:46
From version 4.1
edited by Carlijn Kokkeler
on 2022/10/10 10:40
on 2022/10/10 10:40
Change comment:
There is no comment for this version
To version 2.1
edited by Carlijn Kokkeler
on 2022/10/10 10:31
on 2022/10/10 10:31
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,9 +11,13 @@ 11 11 ==== 2. Keynotes & restrictions==== 12 12 13 13 * Note that the eMagiz user must have an app in the Azure Active Directory environment for the OAuth2 connectivity to connect successfully. 14 + 14 14 * All responses from Microsoft Graph can contain null values for fields that are not filled in. These fields are removed with an XSLT Transformer and then validated against the response system message for some operations, but it is not compulsory. eMagiz users should note that all attributes are transformed to String types after this transformation. This means further transformation is required, especially with integers, decimals, and enumerations, before validating the gateway message definition. 16 + 15 15 * Some flow endpoints require additional parameters to retrieve or send information to the system. This is annotated in the respective flows. 18 + 16 16 * Check out the following link for more context on the Microsoft Graph API: https://docs.microsoft.com/en-us/graph/use-the-api 20 + 17 17 * Check out the following link for more context on the Microsoft Graph API Explorer: https://developer.microsoft.com/en-us/graph/graph-explorer 18 18 19 19 ==== 3. License Information====