. "GET" . "text/xml" . . . . "

Almost each detail in a user's profile can have its individual privacy setting as detailed in ODS User Privacy Settings. This method returns the currently configured privacy settings for the authenticated user.

An XML stream containing one tag for each user profile detail with the following content:\n

1 - The detail is public

2 - The detail is controlled by ACLs. FIXME: see also somewhere

3 - The detail is private

\n

\n

user.acl.update()

\nExample:
\n $ curl -i \"http://www.iodbc.org/ods/api/user.acl.info?user_name=demo&password_hash=49e473da03fbf295f06b5f0bf1f3301b5e4a67fc\"\n\n HTTP/1.1 200 OK\n Server: Virtuoso/06.01.3127 (Linux) x86_64-unknown-linux-gnu\n Connection: Keep-Alive\n Date: Wed, 18 Apr 2012 06:30:48 GMT\n Accept-Ranges: bytes\n Content-Type: text/xml; charset=\"UTF-8\"\n Content-Length: 1421\n\n <acl>\n   <title>1</title>\n   <firstName>1</firstName>\n   <lastName>1</lastName>\n   <fullName>1</fullName>\n   <mail>1</mail>\n   <gender>1</gender>\n   <birthday>2</birthday>\n   <homepage>1</homepage>\n   <webIDs>1</webIDs>\n   <mailSignature>3</mailSignature>\n   <icq>1</icq>\n   <skype>1</skype>\n   <yahoo>1</yahoo>\n   [...]\n </acl>\n 

" . "EntryPoint - user_acl_info" . "

Get privacy information about user profile details.

" .