user
Information about the users currently connected to the TFS can be obtained using the users list option
Utilizes HTTP GET method.
http://hostname:port/rdmadmin/?list=users
Example
http://localhost:21553/rdmadmin/?list=users
Results
{
"Users": [
{
"name": "RDM.Iterate.Users"
},
{
"name": "__system_user"
},
{
"name": "local5"
},
{
"name": "local8"
},
{
"name": "local9"
}
]
}