API endpoints > clients
Operations for client and user records.
There are no GET operations for this endpoint, the API does not return any information about clients. If you need to administer client information in your plugin you will have to save this information in your own database.
In case of doubt, it's best to do an update of a client record.
Notes
- This api will never export any client information.
- For each active client, at least one active user has to exist.
POST | /clients/client/ |
POST | /clients/user/ |
PATCH | /clients/client/:clientId |
PATCH | /clients/user/:userId |
PATCH | /clients/deactivateclient/:clientId |
PATCH | /clients/activateclient/:clientId |
PATCH | /clients/deactivateuser/:userId |
PATCH | /clients/activateuser/:userId |