Answer the question
In order to leave comments, you need to log in
How to display company and employee structure data?
I want to display company structure data
Answer the question
In order to leave comments, you need to log in
BX24.callMethod('user.get', {sort:'ID',order:'ASC'}, ( result: any ) => {
if( result.error() )
{
console.error('Request error: ' + result.error());
}
else
{
console.log(result.data());
if (result.more())
result.next();
}
})
Methods of working with departments
https://dev.1c-bitrix.ru/rest_help/departments/ind...
Working with users
https://dev.1c-bitrix.ru/rest_help/users/index.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question