post https://{subdomain}.kommo.com/api/v4/users
This method allows to add multiple users to the account
Limitations
- Method is available for administrator users only
- Method allows adding up 10 users with a single request
- Method becomes unavailable if the number of users exceed 100.
Data type header when the request is successful
Content-Type: application/hal+json
Data type header in case of an error
Content-Type: application/problem+json
Request parameters
For this method, the request parameters have the following dependencies:
- Administrator and Free user are not considered roles, they are defined by special flags: rights[is_free]
 andrights[is_admin]
- Fields rights[leads],rights[tasks],rights[contacts],rights[companies]should take the rights dependencies into account
Response parameters
Method returns a collection of created users. The parameters are similar to the user list request parameters.