简体   繁体   English

Ceridian Dayforce 与 Active Directory 的集成

[英]Ceridian Dayforce Integration with Active Directory

We are planning connect Microsoft Identity manager with Ceridian Dayforce HRIS tool.我们计划将 Microsoft 身份管理器与 Ceridian Dayforce HRIS 工具连接起来。 We want to use MIM then to sync with our Active Directory to get a list of all the users, roles and other details regularly.我们想使用 MIM 然后与我们的 Active Directory 同步,以定期获取所有用户、角色和其他详细信息的列表。

I found Dayforce API documentation online here https://usconfigr58.dayforcehcm.com/api/ddn/swagger/我在这里在线找到了 Dayforce API 文档https://usconfigr58.dayforcehcm.com/api/ddn/swagger/

Can I use PowerShell to query and parse rest API so that I can get the information from Dayforce to our Active Directory?我可以使用 PowerShell 来查询和解析 rest API 以便我可以从 Dayforce 获取信息到我们的 Active Directory 吗?

Absolutely you could, you would write Powershell scripts to query the APIs using the the endpoints stated in Swagger to query the information you want, then use the resulting objects to update whatever you wanted to in AD.绝对可以,您可以编写 Powershell 脚本来查询 API,使用 Swagger 中所述的端点来查询您想要的信息,然后使用生成的对象来更新您想要在 AD 中进行的任何操作。 In Powershell the easiest way to do it would be using invoke-restmethod then use the appropriate Powershell AD commands to update the adusers mainly set-aduser在 Powershell 中,最简单的方法是使用invoke-restmethod然后使用适当的 Powershell AD 命令更新广告用户,主要是set-aduser

However, if you are using MIM, then you wouldn't be using Powershell to do it, you would use mim's workflow and rest connector functionality.但是,如果您使用的是 MIM,那么您将不会使用 Powershell 来执行此操作,您将使用 mim 的工作流程和 rest 连接器功能。 Otherwise what's the point of using MiM if you are going to basically write your own sync?否则,如果您基本上要编写自己的同步,那么使用 MiM 有什么意义呢?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM