•  
     
    story #6934 REST: route /users/:id GET
Summary
Empty
REST: route /users/:id GET
Returns an object with minimal user info.

{
"id",
"short_name",
"display name"
}

Accessible to ALL registered users (including restricted). Only visible to non-registered users if the same applies in the UI
* Returns an object with minimal user info.
{
"id",
"short_name",
"display name"
}

* Accessible to ALL registered users (including restricted). Only visible to non-registered users if the same applies in the UI

*Needs a test
Empty
Empty
Status
Empty
Done
Development
  • [ ] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [ ] Are permissions checked?
  • [ ] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Empty
Details
#6934
dylan bowden (dylan)
2014-06-03 11:57
2014-05-23 16:34
3187

References

Follow-ups

User avatar
Martin GOYOT (goyotm)2014-06-02 14:53
  • I want to
    -REST: route /user/:id GET 
    +REST: route /users/:id GET 
  • Permissions set to
User avatar
last edited by: Laurent Delaigue (ldelaigue) 2014-05-28 15:02
I think it should be Get /users/:id (with an "s")
and "display_name" (with an underscore)

Just to be sure : "short_name" would be the user's login, and "display_name" the user's "real name"?