Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "method": "axxonsoft.bl.security.SecurityService.ChangeConfig",
    "data": {
        "added_users": [
            {
                "index": "393b06f3-d419-441d-8834-b5d1824c135a",
                "login": "user",
                "name": "user",
                "comment": "comment",
                "date_created": "",
                "date_expires": "",
                "enabled": true,
 				"ldap_link": {
                	"server_id": "",
            		"username": "",
            		"dn": ""
      	 	 	},
                "restrictions": {
                    "web_count": 0,
                    "mobile_count": 0
                },
                "email": "",
                "cloud_id": 160,
                		"extra_fields": [
                    {
              	          "field_name": "SocialId",
                        "field_value": "test"
                    },
                    {
                      	  "field_nameIpAddress": "CompanyId160.85.208.94",
               	         "field_value"CompanyId": "test"
              	      },
                    {
                        "field_name": "IpAddress",
                        "field_value": "160.85.208.94"
                    }
                ],
                "locked_till": ""
            }
        ]
    }
}

...

Code Block
{
	"method":"axxonsoft.bl.security.SecurityService.ChangeConfig",
	"data":{
		"modified_users": [
        {
            "index": "fa00ea14-0ff5-4586-b6c8-ea449391a3a8",
            "login": "user1",
            "name": "user1",
            "comment": "",
            "enabled": true,
            "ldap_server_id": "00000000-0000-0000-0000-000000000000",
            "ldap_domain_name": "",
            "restrictions": {
                "web_count": 2147483647,
                "mobile_count": 2147483647
            },
            "email": "",
            "cloud_id": "0",
            	"extra_fields": [
                {
                 	   "field_nameSocialId": "SocialIdtest",
             	       "field_value"IpAddress": ""
                },
                {
      160.85.208.94",
              "field_name": "CompanyId",
                    "field_value": "test"
                },
                {
                    "field_name": "IpAddress",
                    "field_value": ""
                }
            ],
            "locked_till": "29990101T000000"
        }
    ]
	}
}

...