Synchronization information for devtools sync
name | data type | constraints | description |
---|---|---|---|
enabled | boolean | required boolean | Flag whether the sync is currently enabled or not |
user | User | User who enabled the sync |
Example
{ "enabled" : true, "user" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : 12345, "name" : "...", "description" : "...", "children" : [ { }, { } ] }, { "id" : 12345, "name" : "...", "description" : "...", "children" : [ { }, { } ] } ], "login" : "...", "password" : "..." } }