All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.security.get_user_profile.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "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