User management API
iProva can operate stand-alone and features a fully functional user management, where users and user groups can be created manually. In most cases, organizations choose to connect iProva to their Active Directory infrastructure. Users and user groups are then automatically synchronized from Active Directory to iProva (one-way sync). This requires the iProva add-on i+Sync.
Available API’s
API’s for user management are available, independent of the iProva modules which are licensed.
The API allows CRUD (Create Read Update Delete) operations on users and user groups.
When an organization has its iProva connected to Active Directory, there usually is no need to interact with the iProva user management API. In cases where no Active Directory is present, the user management API can sometimes be used to establish a synchronization of users and groups with another kind of directory.
The REST API for iProva User Management can be used to accomplish the scenario’s listed below:
- Retrieving information about existing user accounts and user groups
- Creating users and user groups
- Performing certain operations on existing users and user groups
- Checking the strength of a password (to prevent that creating a user or changing a users password via the API fails because the password does not meet the requirements set in iProva)
General API usage information
Overview of important information for consumers of the iProva REST API, with topics like authentication.
Change log
Overview of changes and announced deprecations regarding this API.
Examples
Our code samples on GitHub show you how to get started with the iProva REST API.
API Reference
A detailed reference for this API is provided in Swagger format.
Please note that the Swagger reference is also present in each customer’s iProva tenant. You can find it by adding /api to the URL of the customer’s iProva tenant. For example: https://organisation.iprova.nl/api
In order to interact with the Swagger reference, you need to access the Swagger in the customer’s iProva, and you need valid credentials for the customer’s iProva.