Is there any other sample available to successfully trigger OOTB “LCM Create and Update Identity” workflow to create a user from POSTMAN client? (Edit Identity seems to be working fine)
@pkg95 - This is a pretty old thread, but what you’re looking to do is a pretty common ask. I generally recommend that customers create a “wrapper” workflow so that they can design the SCIM API request body content themselves, and then inside the “wrapper” workflow you can parse the request content and set the needed workflow variables (including constructing a provisioning plan and the like), then invoke the desired workflow as a subprocess in the next step of the “wrapper” workflow.