Users APIs
List of all cluster API endpoints within the Users category. Each endpoint provides specific functionality for integrating with cluster services.
GET
Retrieve the current authenticated user's profile
/users/{guid} GET
Retrieve a specific user by GUID
/users/{guid} PUT
Update a specific user
/users/{guid} DELETE
Delete a specific user
/users POST
Create a new user
/users/search GET
Search users (query) with Elasticsearch query parameters
/users/search POST
Search users using request body parameters
/users/password PUT
Update the current user's password
/users/logs POST
Get activity logs for the current user
/_system/users/search GET
Search system users (GET) with Elasticsearch query parameters
/_system/users/search POST
Search system users
/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