From a1a18f77a50804e0127dfa4b0f5240c49c541184 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 2 Jul 2012 21:24:02 -0700 Subject: Initial Commit --- subsonic-site/src/main/webapp/api-getUser.jsp | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 subsonic-site/src/main/webapp/api-getUser.jsp (limited to 'subsonic-site/src/main/webapp/api-getUser.jsp') diff --git a/subsonic-site/src/main/webapp/api-getUser.jsp b/subsonic-site/src/main/webapp/api-getUser.jsp new file mode 100644 index 00000000..12615b7c --- /dev/null +++ b/subsonic-site/src/main/webapp/api-getUser.jsp @@ -0,0 +1,29 @@ +

getUser

+ +

+ http://your-server/rest/getUser.view +
Since 1.3.0 +

+ +

+ Get details about a given user, including which authorization roles it has. + Can be used to enable/disable certain features in the client, such as jukebox control. +

+ + + + + + + + + + + + + +
ParameterRequiredDefaultComment
usernameYesThe name of the user to retrieve. You can only retrieve your own user unless you have admin privileges.
+

+ Returns a <subsonic-response> element with a nested <user> + element on success. Example. +

-- cgit v1.2.3