Can not add a user using the JSON API.
Description
Environment
Tomcat 7.0 + MySQL 5. Portal 6.1.x EE GIT ID: b020e7cbd2b137e113212f7d30d6537eec7a610f.
Tomcat 7.0 + MySQL 5. Portal 6.1.x CE GIT ID: 46eef720b35516daf06d08b55cd2c7220211706d.
Attachments
3
relates
Activity
Show:

Sharry ShiJune 26, 2012 at 12:10 AM
PASSED Manual Testing following the steps in the description.
Reproduced on:
Tomcat 7.0 + MySQL 5. Portal 6.1.x.EE GIT ID: b020e7cbd2b137e113212f7d30d6537eec7a610f.
Nothing will happen while clicking at Invoke.
Fixed on:
Tomcat 7.0 + MySQL 5. Portal 6.1.x.CE GIT ID: 89268a0d114ae07562c74a592f1c4d1da287fa22.
Tomcat 7.0 + MySQL 5. Portal 6.1.x.EE GIT ID: a88c5cc840c88a5ceba34a72f5246eb21872f970.
User created successfully by using the JSON API.

Michael SaechangJune 25, 2012 at 2:32 PM
Committed on:
Portal 6.1.x CE GIT ID: 18244da4cbac5096020124f2b5f965e42bc3c1b3.

Igor SpasicJune 22, 2012 at 12:07 AM
Sorry, I was testing it on trunk

Iliyan PeychevJune 22, 2012 at 12:02 AM
There were changes in 6.2 which were not backported.
Will create new PR.

Michael HashimotoJune 21, 2012 at 4:55 PM
Hi Igor,
I'm going to reopen this ticket because I believe the issues still occurs. Thanks!
-Michael
Fixed
Details
Assignee
Sharry ShiSharry Shi(Deactivated)Reporter
Michael HashimotoMichael HashimotoLabels
Branch Version/s
6.1.xBackported to Branch
CommittedFix Priority
5Git Pull Request
Bug Type
Regression BugComponents
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee

Reporter

Labels
Branch Version/s
6.1.x
Backported to Branch
Committed
Fix Priority
5
Git Pull Request
Bug Type
Regression Bug
Components
Fix versions
Affects versions
Priority
Zendesk Support
Linked Tickets
Zendesk Support
Linked Tickets
Zendesk Support

Linked Tickets
Created June 19, 2012 at 3:12 PM
Updated June 24, 2023 at 3:50 PM
Resolved June 22, 2012 at 10:06 AM
Sign in as the SA.
Navigate to "Control Panel -> Portal Instances".
Record the Instances ID.
Navigate to the following URL:
http://localhost:8080/api/jsonws
Search for add-user.
Click on the link for add-user.
Fill in the following fields
companyId: (The Instance ID recorded from step 3.)
Click False for autoScreenName.
screenName: usersn
emailAddress: userea@liferay.com
facebookId: 0
firstName: userfn
lastName: userln
prefixId: 0
suffixId: 0
birthdayMonth: 0
birthdayDay: 1
birthdayYear: 1970
Click Invoke.
Nothing will happen. Even though it should add a user.