@StableMinor(version="11.0", sinceVersion="8.0") @Path(value="/lumis/authentication/users") public class UserResource extends Object
Constructor and Description |
---|
UserResource() |
Modifier and Type | Method and Description |
---|---|
UserConfig |
getCurrentUser()
Returns the current logged in user.
|
@GET @Path(value="/current") @Produces(value="application/json") public UserConfig getCurrentUser() throws PortalException
{
"id":"8A488AF9475E73CD01475FEAEC140F88",
"login":"johnsmith",
"name":"John Stuart Smith",
"firstName":"John",
"middleName":"Stuart",
"lastName":"Smith",
"profileImageHref":"http://localhost:8080/portal/lumis/api/rest/lum-internal/users/8A488AF9475E73CD01475FEAEC140F88/profileimage"
}
PortalException
Lumisportal 11.0.0.180924 - Copyright © 2006–2018 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.