getUserMapping #
Gets the mapping of the internal users collection.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/users/_mapping
Method: GET
Other protocols #
{
"controller": "security",
"action": "getUserMapping"
}
Response #
Returns the internal profiles mapping, using Elasticsearch mapping format.
{
"status": 200,
"error": null,
"controller": "security",
"action": "getUserMapping",
"requestId": "<unique request identifier>",
"result": {
"mapping": {
// ...
}
}
}
Edit this page on Github(opens new window)