We would like to synchronise the users with another database.
Currently we have tried to create one user via POST /users/ and it works, one user is created (the call is done with the api key from one admin user)
But this user cannot be activated and cannot login. The user does not receive any activation email.
When we thus have tried the activation process based on the email address ("renvoyer les instructions de confirmation"), when clicking on a link we get a page saying that the token is invalid.
Am I missing something? Is there any way to create users via API and let them later on do a password recovery to create their password?
Tests done on udata 10.0.3
We would like to synchronise the users with another database.
Currently we have tried to create one user via POST /users/ and it works, one user is created (the call is done with the api key from one admin user)
But this user cannot be activated and cannot login. The user does not receive any activation email.
When we thus have tried the activation process based on the email address ("renvoyer les instructions de confirmation"), when clicking on a link we get a page saying that the token is invalid.
Am I missing something? Is there any way to create users via API and let them later on do a password recovery to create their password?
Tests done on udata 10.0.3