![JAR search and dependency download from the Maven repository](/logo.png)
rest-api-spec.api.security.get_user_profile.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"security.get_user_profile":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-user-profile.html",
"description":"Retrieves user profiles for the given unique ID(s)."
},
"stability":"stable",
"visibility":"private",
"headers":{
"accept": [ "application/json"]
},
"url":{
"paths":[
{
"path":"/_security/profile/{uid}",
"methods":[
"GET"
],
"parts":{
"uid":{
"type":"list",
"description":"A comma-separated list of unique identifier for user profiles"
}
}
}
]
},
"params":{
"data":{
"type":"list",
"description":"A comma-separated list of keys for which the corresponding application data are retrieved."
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy