Users REST Endpoints
Manage User/Users
The operations from the Manage User/Users category.
- Create a User
- Method: postPath:
http://{host}:{port}/veridata/v1/services/admin/users - Delete User
- Method: deletePath:
http://{host}:{port}/veridata/v1/services/admin/users/{Id} - Replace User
- Method: putPath:
http://{host}:{port}/veridata/v1/services/admin/users/{Id} - Retrieve Current User
- Method: getPath:
http://{host}:{port}/veridata/v1/services/currentuser - Retrieve User
- Method: getPath:
http://{host}:{port}/veridata/v1/services/admin/users/{Id} - Retrieve User Access
- Method: getPath:
http://{host}:{port}/veridata/v1/services/admin/access - Retrieve Users
- Method: getPath:
http://{host}:{port}/veridata/v1/services/admin/users - Update Current User
- Method: patchPath:
http://{host}:{port}/veridata/v1/services/currentuser - Update Current User Password
- Method: patchPath:
http://{host}:{port}/veridata/v1/services/currentuser/password/reset - Update User Password
- Method: patchPath:
http://{host}:{port}/veridata/v1/services/admin/users/{Id}/password