scope
BX24.callMethod('scope', {});
If the method is called without parameters, it will return permissions available to the current application.
If called with full=true, the method will return a list of all possible permissions.
Example
The call
https://my.bitrix24.com/rest/scope?auth=d161f25928c3184678924ec127edd29a
Produces a JSON response:
{"result":["entity","user","log","department"]}
or a XML response:
<response> <result> <item>entity</item> <item>user</item> <item>log</item> <item>department</item> </result> </response>
© «Bitrix24», 2001-2024