getUser

Get details about a given user, including which authorization roles and folder access it has.

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

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)