User creation date via REST API?
![]()
I need to get the date a user was CREATED (not modified) via the REST API. I can get the date modified, but I don't see the date created. So far I have tried:
https://SERVER:PORT/jazz/oslc/users.xml https://SERVER:PORT/jts/rpt/repository/foundation?fields=foundation/contributor/*/* https://SERVER:PORT/jazz/service/com.ibm.team.apt.internal.service.rest.IResourcePlanningRestService/workEnvironment?contributorId=USERITEMID |
Comments
I am using Tomcat, if that makes a difference.