Open TomonoriSoejima opened 1 year ago
PUT /_security/user/john_doe { "password" : "johndoepassword", "roles" : [ "admin", "other_role1" ], "full_name" : "John Doe", "email" : "john.doe@domain.com", "metadata" : { "intelligence" : 7 }, "enabled": true } GET _security/user/john_doe GET .security/_search { "query": { "match": { "username": "john_doe" } } }