Path: / {BASE} / user / {login}

Resolve/Redirect access to /user/* uris.

Path parameters:
login ([^#?]+) - the login of the user to redirect to

Resource Methods
Method Summary
NameDescription
GET /{BASE}/user/{login}Resolve/Redirect access to /user/* uris.

Method Detail

GET /{BASE}/user/{login}

Resolve/Redirect access to /user/* uris.

HTTP Example:
GET /{BASE}/user/{login}
Accept: …
API Example:

UserWebService.getUser({'login': /* login the login of the user to redirect to */,
  'Accept': /* types header param of accepted mime-types */});

Output:
Response - a redirect to the user-resource in the resource service.
Header parameters:
Accept - header param of accepted mime-types
HTTP return codes:
404 - if no such user exists.
303 - on success
400 - if no valid resource uri could be built with the login
500 - on other exceptions