the output showing :
Notice (8): Undefined index: user_id [APP/Controller/PermanentUsersController.php, line 232]
Notice (8): Undefined index: user_id [APP/Controller/PermanentUsersController.php, line 232]{ "success": false, "message": { "message": "profile or profile_id not found in DB or not supplied" } }
i dont understand whats wrong with my GET Method.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm trying to understand how add users API work. i have a trouble when i use GET method :
http://192.168.100.50/cake2/rd_cake/permanent_users/add.json?token=b4c6ac81-8c7c-4802-b50a-0a6380555b50&profile_id=15&password=admin&profile=1G-1Day&realm-id=37&username=admin1231&password=admin123&active=active
the output showing :
Notice (8): Undefined index: user_id [APP/Controller/PermanentUsersController.php, line 232]
Notice (8): Undefined index: user_id [APP/Controller/PermanentUsersController.php, line 232]{ "success": false, "message": { "message": "profile or profile_id not found in DB or not supplied" } }
i dont understand whats wrong with my GET Method.
Hi, did you solve the problem? Can you help me if you could.