Your LimeSurvey version:
LimeSurvey Community Edition
Version 6.1.6+230703
==================
Hello everyone,
I want to make a system that saves points for every survey that is submited.
The system will include a login or register into the web application and i want to get the login or register(which creates users) from LimeSurvey API if it exists.
For each user i will list his surveys to fill and then submit.
So i made some tries with this endpoint : https://my-domain/index.php/userManagement/applyedit
According to me in there you can create the user. but needed some information in PAYLOAD. They are :
YII_CSRF_TOKEN: the token
User[uid]:
User[users_name]: some name
User[full_name]: some name
User
expires:
preset_password: 1
User[password]: password
password_repeat: password
random_example_password:random password
YII_CSRF_TOKEN: the token
Now what i want to do is to get the token but i dont know how to get it because on Remote Control API it doesnt seem to have a method to do it.
This is what i want to do.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Clean way : i give you a clean way (use such plugin since years now).
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.