API Docs
Need help?

User Management

This collection provides endpoints for managing user accounts, including creation, retrieval, update, and deletion. All user-related operations require appropriate authentication and authorization.

Available APIs

POST
Create User
Registers a new user in the system.
/users
View API
GET
Get User by ID
Retrieves a specific user's details by their unique ID.
/users/{userId}
View API
PUT
Update User
Updates an existing user's information.
/users/{userId}
View API