Is it possible to create/update a Mingle user through IPA? If yes, please share steps/documentation to achieve it.
Does anyone know how to do this (Create/Update Users in Mingle through an IPA)? I was trying a Landmark Transaction but it doesn't appear to do anything at the Mingle level.
Back when we moved to Ming.le in August I don't think anything existed to interact with Ming.le directly through IPA. I'm not sure that changed. But you can create a user in Landmark. In landmark instead of just "create" for user there should be "MingleCreate". It still creates the landmark user but also sends the ION sync data over to Mingle so they are created in Mingle as well. Which I think then sends it down to S3 if you have that side of things. But you would still need to add/update the S3 user since it won't have all the security information you probably need.
We have a process flow that updates the Actor record with a MingleID and then sets isMingleUser = true. Which then creates the IFS record. this flow is strictly for activating or deactivating an actor, setting their work email address, and mingle user.
There is a 2nd flow that will look for anyone with a position change in EmployeeExport. It will update their IFS record using a WebRun - PATCH method for SCIM, using an "op" : "add" or "remove" for /v2/Groups. You can also activate or deactivate the IFS user with the /v2/Users setting the "active" : "false" or "true". This flow also updates ST LSF (S3).
If you want more information on this, just let me know.
Pam
Thanks, Pam...in my case, I'd like to do an Update to a Ming.le User. The User already exists, but I want to change their first and last name (which were created incorrectly). I was hoping to do this in an IPA flow where I cycle through the Users and update the record. Can I update a Use's first and last name by updating their Actor record?
Thanks,
David
Thank you for this information. I'm finding the same thing...that I can't directly update a Ming.le User with an IPA flow. For what I'm trying to do, the Users already exist in Ming.le and all I'm trying to do is update their first/last name (which were created incorrectly).
I just tested this and updated a last name on the actor record. It did update that name in IFS via the ION flows.
Thanks Kyle,
That makes sense and I'm glad to know that works. It's still not changing the name for me, but it could be something I'm setting incorrectly. I'm doing a Landmark Transaction to Update the Actor. I've set it up to change the FamilyName, GivenName, and I was trying other names as well. I have not found any place else that Actor can be changed with a Landmark transaction. This completed successfully, but the User Name in User Management in Ming.le (IFS) did not update.
Hi Pam, can you please provide a copy of the 2nd flow that you are referring to?
We are interested in the solution that you have for activating/deactivating a user in Infor Ming.le.
Here is a very minimal flow - I just included the web calls that are needed for maintaining the IFS stuff. Hope it helps.
Add this under Process Server Admin - System Configurations - Configuration -- System -- Properties.
Property Name: webRunMethodsValue: PATCH
I cannot figure out how to attach the .lpd - can you just email me: pakers@peacehealth.org
Thanks,Pam