This HTML5 document contains 11 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n3http://www.openlinksw.com/ontology/webservices#
n4http://www.iodbc.org/DAV/VAD/wa/API_user.ttl#action_user.info_#
n2http://www.iodbc.org/DAV/VAD/wa/API_user.ttl#action_user.
schemahttp://schema.org/
n7https://www.iodbc.org/ods/api/user.
n6http://www.iodbc.org/DAV/VAD/wa/API_user.ttl#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdhhttp://www.w3.org/2001/XMLSchema#
Subject Item
n2:info
rdf:type
schema:EntryPoint
schema:httpMethod
GET
schema:contentType
text/xml
n3:isWebServiceOf
n6:this_ODSUserModuleAPI
n3:endPointURL
n7:info
schema:shortDescription
<p>Fetch basic information about a user. </p>
n3:hasParameter
n4:_name n4:_short
schema:name
EntryPoint - user_info
schema:description
<p>This method allows to fetch details about an ODS user. If no user name is given the authenticated user is returned. This means that <ref kindref="member" refid="group__ods__module__user_1ga81c931a41511460716d7cb43e748a839">user.info()</ref> can be used to get user information for an authentication session (see also <ref kindref="member" refid="ods_authentication_1ods_authentication_session_id">Authentication via Session Id</ref>).</p><p><parameterlist kind="param"><li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>The optional ODS user name. Defaults to the authenticated user. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>short</parametername> </parameternamelist> <parameterdescription> <p>An optional boolean setting. If <computeroutput>1</computeroutput> only the most basic information is returned.</p></parameterdescription> </li> </ul> <simplesect kind="return"><p>An XML stream encoding the user details such as uid, name, or the personal URL.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i "http://www.iodbc.org/ods/api/user.info?sid=07e6e4b8da77691c729e6c95e3016ac8&amp;short=1" HTTP/1.1 200 OK Server: Virtuoso/06.01.3127 (Linux) x86_64-unknown-linux-gnu Connection: Keep-Alive Date: Sat, 21 Apr 2012 09:52:46 GMT Accept-Ranges: bytes Content-Type: text/xml; charset="UTF-8" Content-Length: 157 &lt;user&gt;&lt;uid&gt;127&lt;/uid&gt;&lt;iri&gt;http://www.iodbc.org/dataspace/person/demo#this&lt;/iri&gt;&lt;name&gt;demo&lt;/name&gt;&lt;nickName&gt;demo&lt;/nickName&gt;&lt;fullName&gt;Demo User &lt;/fullName&gt;&lt;/user&gt; </pre></p><p><simplesect kind="par"><title>Authentication</title><p>This function will provide additional information if authentication via one of the supported methods as described in <ref kindref="compound" refid="ods_authentication">ODS Authentication</ref> is used. </p></simplesect> </p>
schema:url
n7:info