You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Disables a user profile so it's not visible in user profile searches."
},
"stability": "stable",
"visibility": "private",
"headers": {
"accept": ["application/json"]
},
"url": {
"paths": [
{
"path": "/_security/profile/{uid}/_disable",
"methods": ["PUT", "POST"],
"parts": {
"uid": {
"type": "string",
"description": "Unique identifier for the user profile"
}
}
}
]
},
"params": {
"refresh": {
"type": "enum",
"options": ["true", "false", "wait_for"],
"description": "If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` (the default) then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes."