Users API
Ainua Portal Users API provides RESTful access for users integration. It is designed for integrating users from a back-office solution to Ainua Portal.
For added security Users API is write-only as are all Ainua Portal API’s.
Combining user identities
It is very common that back-office solutions integrating to Ainua Portal do not share the same user identity. This is not a problem for Ainua Portal though as it provides a mechanism to bind different user identities to same Ainua Portal end-user identity via users email address.
client_id
is taken from the bearer_token
obtained within authentication request using a specific connector in Ainua Portal. This is used for storing the user external identity in Ainua Portal. Good rule of thumb is to use different connector for each back-office integration.
Updating users
Request
Header
Body
Request will return 200 OK
on success.
To remove a user provide null
as user data.
Example
Request
Header
Body
Response