Users REST Endpoints

Users
The operations from the Users category.
Add or Import Users
Method: post
Path: /users
Delete User
Method: delete
Path: /users/{id}
Delete Users
Method: post
Path: /users/actions/delete
Get User
Method: get
Path: /users/{id}
Search or Export Users
Method: get
Path: /users
Update User
Method: put
Path: /users/{id}