Class GetUserRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.GetUserRequest
Get users.
 
Get information about users in the native realm and built-in users.
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBaseRequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetUserRequest,GetUserResponse, ErrorResponse> Endpoint "security.get_user".
- 
Method SummaryModifier and TypeMethodDescriptionstatic GetUserRequestusername()An identifier for the user.final BooleanDetermines whether to retrieve the user profile UID, if it exists, for the users.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBasetoString
- 
Field Details- 
_ENDPOINTEndpoint "security.get_user".
 
- 
- 
Method Details- 
of
- 
usernameAn identifier for the user. You can specify multiple usernames as a comma-separated list. If you omit this parameter, the API retrieves information about all users.API name: username
- 
withProfileUidDetermines whether to retrieve the user profile UID, if it exists, for the users.API name: with_profile_uid
 
-