getUser
Get details about a given user, including which authorization roles and folder access it has.
Categories:
http://your-server/rest/getUser
Since 1.3.0
Get details about a given user, including which authorization roles and folder access it has. Can be used to enable/disable certain features in the client, such as jukebox control.
Parameters
Parameter | Req. | OpenS. | Default | Comment |
---|---|---|---|---|
username |
Yes | The name of the user to retrieve. You can only retrieve your own user unless you have admin privileges. |
Example
http://your-server/rest/getUser.view?username=tata&u=demo&p=demo&v=1.13.0&c=AwesomeClientName&f=json
Result
A subsonic-response
element with a nested user
element on success.
// TODO
// TODO
Field | Type | Req. | OpenS. | Details |
---|---|---|---|---|
user |
user |
Yes | The user |
Last modified March 31, 2023: Remove "Reference" level (0e00cdd)