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 Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetUserRequest,
GetUserResponse, ErrorResponse> Endpoint "security.get_user
". -
Method Summary
Modifier and TypeMethodDescriptionstatic GetUserRequest
username()
An identifier for the user.final Boolean
Determines whether to retrieve the user profile UID, if it exists, for the users.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "security.get_user
".
-
-
Method Details
-
of
-
username
An 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
-
withProfileUid
Determines whether to retrieve the user profile UID, if it exists, for the users.API name:
with_profile_uid
-