Process APIs
Content
Overview
These are the ULM APIs that are used to invoke and execute ULM Processes:
- POST /process/start/{processName}
- PUT /process/step
- GET /session/token
- PUT /session/token?pkat={pkat}
- GET /process/step
- POST /session/start
Note: This is a Process-specific subset of MarketONE ULM Cloud's user lifecycle management APIs. ULM Cloud also includes a broader library of standard REST APIs that you can leverage in your application UIs. See ULM API reference in MarketONE Developer Portal for more details.
Revision History
Version | Description |
---|---|
2020.09 | Added this topic. |