Service Method Quick Reference
This page describes the IHAPI v1.0 REST XML Service. All methods respond via an HTTP POST. Each method call should be accompanied by the specified XML data.
A complete implementation guide with examples can be found here.
-
enrolluser
This method enrolls a user into the Flourish system.
- Endpoint (/Services/XML/v1.0/ihapi.svc/enrolluser)
- POST Data XSD
-
checkifuserexists
This method checks to see if a user has already been enrolled in the Flourish system.
- Endpoint (/Services/XML/v1.0/ihapi.svc/checkifuserexists)
- POST Data XSD
-
deactivateuser
This method deactivates an existing user in the Flourish system.
- Endpoint (/Services/XML/v1.0/ihapi.svc/deactivateuser)
- POST Data XSD
-
updateuser
This method updates a user in the Flourish system.
- Endpoint (/Services/XML/v1.0/ihapi.svc/updateuser)
- POST Data XSD
-
submitusersurvey
This method submits a PAM survey for a user in the Flourish system.
- Endpoint (/Services/XML/v1.0/ihapi.svc/submitusersurvey)
- POST Data XSD
-
getscorelevel
This method returns the current PAM score and PAM level of a user in the Flourish system.
- Endpoint (/Services/XML/v1.0/ihapi.svc/getscorelevel)
- POST Data XSD
-
getpamhistory
This method returns the lifetime PAM score change for the individual and the PAM history of a user in the Flourish system.
- Endpoint (/Services/XML/v1.0/ihapi.svc/getpamhistory)
- POST Data XSD