GET /test_api/user/delegated
HTTP 200 OK
Content-Type: text/html; charset=utf-8
{
"login": "example",
"is_admin": false
}
<?xml version="1.0" encoding="UTF-8"?>
<hash>
<login>example</login>
<is-admin type="boolean">false</is-admin>
</hash>
Path | Verb | Controller#Action |
---|---|---|
delegated | GET | test_api/user#delegated |