Difference between revisions of "REST API:user/info Resource"

From AgileApps Support Wiki
imported>Aeric
m (Text replace - '<tt><nowiki>https://{domain}/networking' to '<tt>{{platformURL}}')
imported>Aeric
 
Line 3: Line 3:
;Method:GET
;Method:GET


;URI:<tt>{{platformURL}}/rest/user/info</nowiki></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://{yourDomain}/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.