{"id":991,"date":"2011-06-08T12:10:10","date_gmt":"2011-06-08T12:10:10","guid":{"rendered":"https:\/\/copyright.lboro.ac.uk\/lorls\/?page_id=991"},"modified":"2011-06-08T12:10:10","modified_gmt":"2011-06-08T12:10:10","slug":"userdetails","status":"publish","type":"page","link":"https:\/\/blog.lboro.ac.uk\/lorls\/documentation\/integration\/lumps-apis\/userdetails","title":{"rendered":"UserDetails"},"content":{"rendered":"<pre>NAME\n    UserDetails - Return the details we hold about a user.\n\nDESCRIPTION\n    The UserDetails LUMP API script returns the user ID, username, fullname\n    and email for a user when supplied with either the user ID or username.\n    If the script is passed a username and there is no matching user in the\n    LUMP database, it will try to use external authentication data sources\n    (such as ActiveDirectory) to locate a matching user and instantiate a\n    record in the LUMP database for them.\n\nPARAMETERS\n  Standard\n    *username* - Name of user running this CGI script. Required unless web\n    server authentication is in use (when it is, the web server\n    authenticated user is used instead).\n    *password* - Password for the user. This is only required if the web\n    server is not handling the user authentication and if no security hash\n    parameter is being given.\n    *security_hash* - An opaque value used to authenticate the user without\n    requiring the password to be sent. This value is generated by a previous\n    execution of a LUMP API script and may well be time limited. It is only\n    required if no password or webserver authentication is done.\n    *act_as* - Users in the SysAdmins group can elect to act on the behalf\n    of other users once they are themselves authenticated. If this parameter\n    is present it should contain the username of the user that should be\n    switched to if this option is available and the real user has been\n    authenticated successfully. Optional.\n    *session_id* - An opaque string as far as the server is concerned that\n    is intended solely to allow async clients to differentiate different\n    results more easily. Optional.\n\n  Specific for this script\n    *target_user_id* - ID for the user. This has to be supplied if no\n    target_username is given.\n    *target_username* - Username for the user. This has to be supplied if no\n    target_user_id is given.\n\nRESULTS\n    The script returns an XML document in the standard LUMP response format\n    (as documented in LUMP-XML-Response). The &lt;returns&gt; section&apos;s contains\n    the XML structure following this DTD fragment:\n\n     &lt;!ELEMENT returns (usergroup+)&gt;\n     &lt;!ELEMENT user  (id|username|fullname|email)&gt;\n     &lt;!ELEMENT id (#PCDATA)&gt;\n     &lt;!ELEMENT username (#PCDATA)&gt;\n     &lt;!ELEMENT fullname (#PCDATA)&gt;\n     &lt;!ELEMENT email (#PCDATA)&gt;\n\n    For example:\n\n     &lt;response&gt;\n      &lt;returns&gt;\n       &lt;user&gt;\n        &lt;id&gt;123&lt;\/id&gt;\n        &lt;username&gt;toby123&lt;\/username&gt;\n        &lt;fullname&gt;Toby MacHater&lt;\/fullname&gt;\n        &lt;email&gt;T.MacHater@biguniversity.ac.uk&lt;\/email&gt;\n       &lt;\/user&gt;\n      &lt;\/returns&gt;\n     &lt;\/response&gt;\n\nSEE ALSO\n    UserGroupMembership\n\n    SUOwner\n\n    Members4Usergroup\n\n    LUMP-XML-Response\n\nCOPYRIGHT\n    Copyright 2010 Loughborough University Library &lt;library@lboro.ac.uk&gt;.\n\n    Permission is granted to copy, distribute and\/or modify this document\n    under the terms of the GNU Free Documentation License, Version 1.2 or\n    any later version published by the Free Software Foundation; with no\n    Invariant Sections, with no Front-Cover Texts, and with no Back-Cover\n    Texts.\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>NAME UserDetails &#8211; Return the details we hold about a user. DESCRIPTION The UserDetails LUMP API script returns the user ID, username, fullname and email for a user when supplied with either the user ID or username. If the script is passed a username and there is no matching user in the LUMP database, it [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":125,"menu_order":15,"comment_status":"closed","ping_status":"closed","template":"page-col-1.php","meta":{"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-991","page","type-page","status-publish","hentry","count-0","even alt","author-lbjlclboro-ac-uk","last"],"_links":{"self":[{"href":"https:\/\/blog.lboro.ac.uk\/lorls\/wp-json\/wp\/v2\/pages\/991","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.lboro.ac.uk\/lorls\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blog.lboro.ac.uk\/lorls\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blog.lboro.ac.uk\/lorls\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.lboro.ac.uk\/lorls\/wp-json\/wp\/v2\/comments?post=991"}],"version-history":[{"count":0,"href":"https:\/\/blog.lboro.ac.uk\/lorls\/wp-json\/wp\/v2\/pages\/991\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/blog.lboro.ac.uk\/lorls\/wp-json\/wp\/v2\/pages\/125"}],"wp:attachment":[{"href":"https:\/\/blog.lboro.ac.uk\/lorls\/wp-json\/wp\/v2\/media?parent=991"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}