User Management
This API performs following functions - User Addition, User Retrieval, Updation & Deletion
64 subscribers
5 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
User Management endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Add User /users |
This endpoint is used to store user information like - user id, user first name, last name, address, contact. |
| GET |
Get All Users /users |
This endpoints returns all the stored users in the User Management System. |
| PUT |
Update User /users/{userId} |
This endpoint updates the user information based on user id. |
| DELETE |
Delete User /users/{userId} |
This end point helps to delete a user for provided user ID. |
| GET |
Get User based on ID /users/{userId} |
This end point returns user information based on provided user id. |
User Management pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|