Documentation

access.name

BX24.callMethod('access.name', {ACCESS:['AU']});

Returns access permission names.

Parameters

Parameter Description
ACCESS Required parameter. Specifies the access permissions whose names are to be returned.

Example

https://my.bitrix24.com/rest/access.name.xml?ACCESS[]=AU&auth=d161f25928c3184678924ec127edd29a

XML response:

<response>
	<result>
		<AU>
			<provider/>
			<name>All authorized users</name>
		</AU>
	</result>
</response>



© «Bitrix24», 2001-2024
Up