Users
Users endpoints of the REST API for RISE CRM v2.1.0: 6 operations (GET, POST, DELETE, PUT) with parameters and JSON examples.
Endpoints
- GET List all Users
/api/users - POST Add New User
/api/users - DELETE Delete a User
/api/users/{id} - GET Get User by ID
/api/users/{id} - PUT Update a User
/api/users/{id} - GET Search Users
/api/users/search/{keyword}
See these endpoints in full on the complete API reference.