sonet_group.feature.access
Verifies whether the current user has permission for social network group operations by calling the CSocNetFeaturesPerms::CurrentUserCanPerformOperation() function
Function parameters
Parameter | Description |
---|---|
GROUP_ID | Social network group ID. |
FEATURE | Functionality symbol code. |
OPERATION | Operation symbol code. |
Returns true when the user has permission for operation and returns false when the user has no permission. Returns an error message when the parameters are invalid.
Example
// Get list of groups of the current user BX24.callMethod('sonet_group.feature.access', { 'GROUP_ID': 1, 'FEATURE': 'blog', 'OPERATION': 'write_post' });
Request:
https://mydomain.bitrix24.com/rest/sonet_group.feature.access.json?auth=52423d4a5f19f5f964f9b4e96a925cfa&GROUP_ID=1&FEATURE=blog&OPERATION=write_post
Response:
{"result":true}
© «Bitrix Inc.»,
2001-2021,
«Bitrix Inc.», 2021
User Comments
User comments are not part of official documentation. Use information provided by other users in the comments at your own risk.The User Comments section is not to be used as a feature discussion board. Only registered users can post comments. Your comment will be visible once it has been approved by the moderator.