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 using 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
Back to API Categories Return to the main API categories page to browse other endpoints