Codeunit 9024 Azure AD Graph User in 17
- App
- System Application
Versions171819202122232425262728latest
Procedures, 14
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| GetGraphUser | (Guid, var DotNet UserInfo) | Boolean | public | - |
| GetGraphUser | (Guid, Boolean, var DotNet UserInfo) | Boolean | public | - |
| GetObjectId | (Guid) | Text | public | - |
| GetUserAuthenticationObjectId | (Guid) | Text | public | - |
| TryGetUserAuthenticationObjectId | (Guid, var Text) | Boolean | public | - |
| GetUser | (Text, var Record User) | Boolean | public | - |
| UpdateUserFromAzureGraph | (var Record User, var DotNet UserInfo) | Boolean | public | - |
| GetAuthenticationEmail | (DotNet UserInfo) | Text[250] | public | - |
| GetDisplayName | (DotNet UserInfo) | Text[50] | public | - |
| GetContactEmail | (DotNet UserInfo) | Text[250] | public | - |
| GetFullName | (DotNet UserInfo) | Text[80] | public | - |
| GetPreferredLanguageID | (DotNet UserInfo) | Integer | public | - |
| EnsureAuthenticationEmailIsNotInUse | (Text) | public | - | |
| SetTestInProgress | (Boolean) | public | - |