Use the MaivenPoint Public API

MaivenPoint Public APIs allows customers to enrol local users in bulk. To use the Public APIs, you must have the Enterprise Pro subscription, and then you can go to Customisation > App registration on the MaivenPoint Online Services interface to add an app registration.

To add an app registration, navigate to MaivenPoint Online Services > Customisation > App registration. You will need the app’s client ID and secret to retrieve an access token so that you can use the Public APIs to enrol users.

The Public APIs provide the following methods:

    Retrieve access token ([apiURL]/oauth/token) – Gets the access token via the App client ID and secret.

    Enrol local users in bulk ([apiURL]/users/addusers) – Enrols the users to your MaivenPoint tenant as local users.

Refer to the table below for the access URLs of the Public APIs in the supported data centres:

Data Centre

URL

Japan East (Tokyo, Saitama)

https://api-jp.edutechonline.com/

Southeast Asia (Singapore)

https://api-sg.edutechonline.com/

Australia East (New South Wales)

https://api-au.edutechonline.com/

UK South (London)

https://api-uk.edutechonline.com/

South Central US (Texas)

https://api-us.edutechonline.com/

 

Follow the instructions below to enrol users to MaivenPoint using Public API methods: