📄️ Create Team
This endpoint allows the creation of a new team within the user's organization. It requires API key and email for authentication and accepts team details in a JSON request body.
📄️ Create User
This endpoint allows you to create a new user for a business using an HTTP POST request. It requires API key and email for authentication and accepts team details in a JSON request body.
📄️ Add User to Team
This endpoint provisions a user to an existing team by making an HTTP POST request with team and user details. It uses query parameters for authentication and a JSON request body containing user provisioning details.
📄️ Update User
The Patch User API allows you to update details of an existing user. The updates depend on the type parameter in the JSON request body, which must be either userStatus or callingEnabled.
📄️ Remove User from Team
This endpoint removes a member from a specified team. It uses the HTTP DELETE method and requires authentication via an API key and email id.
📄️ Fetch User Status
This endpoint retrieves the status of a specific user in the business API. The request should be made using an HTTP GET method to the specified URL, including the user's ID in the path and the API key and email as query parameters.
📄️ Enable / Disable User
These endpoints are used to enable or disable a specific user within the business application. Both endpoints use the POST method and require a valid apikey and email as query parameters.