User Management: Overview of Methods
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
This section describes working with users' SIP settings:
- how to view the current configuration of an employee
- how to enable the SIP device indicator
The response includes the main parameters for connections and calls, including the default line, device status, server, credentials, and internal number.
Calling the methods depends on the User Settings — Modify access permission. If the permissions are insufficient, modifying the user's SIP settings will not be available.
Quick navigation: all methods
User documentation: Telephony Users: Basic Settings for Employees
Interaction with Other Objects
User. The methods in this section operate with users by USER_ID. The user identifier can be obtained using the user.get method.
User Documentation
Getting Started
- Obtain the
USER_IDof the employee via user.get - Check the current SIP settings using the voximplant.user.get method
- Enable the SIP device using the voximplant.user.activatePhone method
Overview of Methods
Scope:
telephonyWho can execute the method: user with the User Settings — Modify permission
|
Method |
Description |
|
Returns user settings |
|
|
Sets the SIP device indicator for the employee |