Users APIs
List of all cluster API endpoints within the Users category. Each endpoint provides specific functionality for integrating with cluster services.
GET Search system users (GET) with Elasticsearch query parameters /_system/users/search POST Search system users /users POST Create a new user /users/logs POST Get activity logs for the current user /users/me GET Retrieve the current authenticated user's profile /users/password PUT Update the current user's password /users/search GET Search users (query) with Elasticsearch query parameters /users/search POST Search users using request body parameters /users/{guid} DELETE Delete a specific user /users/{guid} GET Retrieve a specific user by GUID /users/{guid} PUT Update a specific user /users/{guid}/reset-login-attempts POST Reset failed login attempts for a user Back to API Categories Return to the main API categories page to browse other endpoints
