Uses of Class
com.gentics.contentnode.rest.model.response.UserLoadResponse
-
Packages that use UserLoadResponse Package Description com.gentics.contentnode.rest.resource -
-
Uses of UserLoadResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return UserLoadResponse Modifier and Type Method Description UserLoadResponse
GroupResource. addUser(String id, String userId)
Add existing user to the given groupUserLoadResponse
GroupResource. createUser(String id, User user)
Create user in the given groupUserLoadResponse
UserResource. get(String id, EmbedParameterBean embed)
Load user with given IDUserLoadResponse
UserResource. getMe(boolean groups)
Get the current user (me) By default, the user's groups are not returned.UserLoadResponse
UserResource. update(String id, User item)
Update user with given ID
-