Package | Description |
---|---|
com.gentics.contentnode.rest.resource |
Modifier and Type | Method and Description |
---|---|
UserLoadResponse |
GroupResource.addUser(String id,
String userId)
Add existing user to the given group
|
UserLoadResponse |
GroupResource.createUser(String id,
User user)
Create user in the given group
|
UserLoadResponse |
UserResource.get(String id)
Load user with given ID
|
UserLoadResponse |
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
|
Copyright © 2024 Gentics Software. All rights reserved.