Class GetUserProfileRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.GetUserProfileRequest
Get a user profile.
Get a user's profile using the unique profile ID.
NOTE: The user profile feature is designed only for use by Kibana and Elastic's Observability, Enterprise Search, and Elastic Security solutions. Individual users and external applications should not call this API directly. Elastic reserves the right to change or remove this feature in future releases without prior notice.
- 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<GetUserProfileRequest,
GetUserProfileResponse, ErrorResponse> Endpoint "security.get_user_profile
". -
Method Summary
Modifier and TypeMethodDescriptiondata()
A comma-separated list of filters for thedata
field of the profile document.static GetUserProfileRequest
uid()
Required - A unique identifier for the user profile.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "security.get_user_profile
".
-
-
Method Details
-
of
public static GetUserProfileRequest of(Function<GetUserProfileRequest.Builder, ObjectBuilder<GetUserProfileRequest>> fn) -
data
A comma-separated list of filters for thedata
field of the profile document. To return all content usedata=*
. To return a subset of content usedata=<key>
to retrieve content nested under the specified<key>
. By default returns nodata
content.API name:
data
-
uid
Required - A unique identifier for the user profile.API name:
uid
-