# Support ## List All Clients - [GET /support/clients](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/support/listclients.md): Lists the clients ## Get Client - [GET /support/client](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/support/getclient.md): Gets the client details for the given client id and client code. ## Create Support User in a client environment - [POST /support/client-users/add-me](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/support/createsupportuser.md): This endpoint allows you to create a support user and add them to a specific client's database. ## Disables the Support User in a client environment - [POST /support/client-users/disable-me](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/support/disablesupportuser.md): This endpoint allows you to disable the currently authenticated Support user within the client's environment instead of deleting them. ## List of all Users in a client environment - [GET /support/client-users](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/support/listclientusers.md)