Objects/Codeunits/Codeunit 9017 Azure AD User Mgmt. Impl.
Codeunit 9017 Azure AD User Mgmt. Impl. in 20
Jonas Paprotka, System Application 20.5.45456.61928, checked
- App
- System Application
Procedures, 10Events, 1
Versions171819202122232425262728latest
Source242526272829
Procedures, 10
| Name | Parameters | Returns | Access | Obsolete |
|---|
| Run | (Guid) | | public | - |
| CreateNewUsersFromAzureAD | () | | public | - |
| CreateNewUserFromGraphUser | (DotNet UserInfo) | Boolean | public | - |
| IsUserTenantAdmin | () | Boolean | public | - |
| SetTestInProgress | (Boolean) | | public | - |
| SynchronizeLicensedUserFromDirectory | (Text) | Boolean | public | - |
| SynchronizeAllLicensedUsersFromDirectory | () | | public | - |
| FetchUpdatesFromAzureGraph | (var Record Azure AD User Update Buffer) | | public | - |
| ApplyUpdatesFromAzureGraph | (var Record Azure AD User Update Buffer) | Integer | public | - |
| IsUserDelegated | (Guid) | Boolean | public | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|
| Internal event | OnIsUserTenantAdmin | (var Boolean, var Boolean) | - |