{{ "name": "vpn-efef",
"email": "test@checkpoint.com",
"expiration-date": "2022-01-05",
"phone-number": "123456",
"authentication-method": "check point password",
"comments": "Herr Test Test",
"groups": "[ { 'name' : 'Administratoren_VPN'} ]",
"password": "******",
"color": "sea green" }}
I am trying to create users via web api and assign a group to them. However, I get an error
"code": "generic_err_object_not_found",
"message": "Requested object [[ { 'name' : 'Administrators_VPN'} ]] not found".
The Group exists!
Does anyone see the mistake?