User Information: 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.
The methods in this group work exclusively with the current user: they retrieve basic profile data, check access permissions, and manage application settings.
Information about other users can be obtained through the Users group of methods.
Quick Navigation: all methods
How to Retrieve Current User Data
The profile method retrieves basic data about the current user, such as ID, first name, last name, admin status, and time zone.
How to Check Current User Access
The user.access method checks whether the current user has at least one of the provided access codes, such as G2 or AU.
The user.admin method checks if the current user has the rights to manage application settings.
Access Codes in user.access
The user.access method accepts an array of access codes in the ACCESS parameter.
|
Code |
Meaning |
Example |
|
|
User |
|
|
|
User Group |
|
|
|
All authorized users |
|
If the access code is already known, use user.access. To obtain the name of the access code, use access.name.
Overview of Methods
Scope:
basicWho can execute the method: any user
|
Method |
Description |
|
Checks if the current user can manage application settings |
|
|
Checks if the current user has at least one of the specified access codes ( |
|
|
Retrieves information about the current user |