. "

This method allows to fetch details about an ODS user. If no user name is given the authenticated user is returned. This means that user.info() can be used to get user information for an authentication session (see also Authentication via Session Id).

  • \n\nname\n\n\n

    The optional ODS user name. Defaults to the authenticated user.

    \n
  • \n
  • \n\nshort\n\n\n

    An optional boolean setting. If 1 only the most basic information is returned.

    \n
  • \n\n

    An XML stream encoding the user details such as uid, name, or the personal URL.

    \nExample:
    \n $ curl -i \"http://www.iodbc.org/ods/api/user.info?sid=07e6e4b8da77691c729e6c95e3016ac8&short=1\"\n HTTP/1.1 200 OK\n Server: Virtuoso/06.01.3127 (Linux) x86_64-unknown-linux-gnu\n Connection: Keep-Alive\n Date: Sat, 21 Apr 2012 09:52:46 GMT\n Accept-Ranges: bytes\n Content-Type: text/xml; charset=\"UTF-8\"\n Content-Length: 157\n\n <user><uid>127</uid><iri>http://www.iodbc.org/dataspace/person/demo#this</iri><name>demo</name><nickName>demo</nickName><fullName>Demo User\n </fullName></user>\n 

    Authentication

    This function will provide additional information if authentication via one of the supported methods as described in ODS Authentication is used.

    \n

    " . . "EntryPoint - user_info" . "GET" . "text/xml" . . . "

    Fetch basic information about a user.

    " . . .