Guest User

Untitled

a guest
Jan 16th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $result = civicrm_api3('AclRole', 'create', [
  2. 'debug' => 1,
  3. 'sequential' => 1,
  4. 'acl_role_id' => 14,
  5. 'entity_table' => "civicrm_group",
  6. 'entity_id' => 54,
  7. 'is_active' => 1,
  8.  
  9. ]);
  10.  
  11. "values": [
  12. {
  13. "id": "14",
  14. "acl_role_id": "",
  15. "entity_table": "civicrm_group",
  16. "entity_id": "54",
  17. "is_active": "1"
  18. }
  19. ]
Add Comment
Please, Sign In to add comment