References
Developer integration examples
Use the developer integration examples when you need runnable code or endpoint-level detail for provisioning, directory synchronization, and other REST API integrations.
QMPlus maintains public integration examples in the developer-integration-examples repository. The repository is intended for developers who need concrete request flows, authentication setup, payload examples, and sample code outside the product UI.
Provisioning API examples
Use the directory examples when you are building user provisioning or identity synchronization against QMPlus.
- IAM provisioning API documents the provisioning endpoints, request/response payloads, and behavior expected by the directory API.
- Directory synchronization quick start shows the first steps for synchronizing users from an external directory.
- Authentication for directory integrations covers how integration clients authenticate.
- Directory sample implementation provides runnable Node.js code for directory integration work.
Other REST API examples
For general platform REST API usage, start with the repository README and the form-entry retrieval example.
- Repository overview lists the available examples.
- Retrieve form entries demonstrates retrieving messages and additional data from the platform API.
- Retrieve form entries guide explains the request flow and required setup for that example.
Related QMPlus setup
Before using these examples, create an API token in QMPlus and assign it only the permissions required by the integration. See Administrator/API Tokens for token creation and permission-scoping guidance.