Difference between revisions of "REST API:user/info Resource"
From LongJump Support Wiki
imported>Aeric m (moved REST API:info Resource to REST API:user/info Resource) |
imported>Aeric |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
;Method:GET | ;Method:GET | ||
;URI:<tt> | ;URI:<tt>{{platformURL}}/rest/user/info</tt> | ||
;Response:The same information returned by the query to [[REST_API:user_Resource#Get_a_User_Record|Get a User Record]]: first name, last name, employee number, and so on. | ;Response:The same information returned by the query to [[REST_API:user_Resource#Get_a_User_Record|Get a User Record]]: first name, last name, employee number, and so on. |
Latest revision as of 21:45, 30 March 2012
Gets information about the logged in user.
- Method
- GET
- URI
- https://na.longjump.com/networking/rest/user/info
- Response
- The same information returned by the query to Get a User Record: first name, last name, employee number, and so on.