Class SetUserInformationRequest


public class SetUserInformationRequest extends JsonrpcRequest
Sets the User Information.
 {
   "jsonrpc": "2.0",
   "id": UUID,
   "method": "setUserInformation",
   "params": {
     "user": {
       "firstname": string,
       "lastname": string,
       "email": string,
       "phone": string,
       "address": {
         "street": string,
         "city": string,
         "zip": string,
         "country": string
       },
       "company": {
         "name": string
       }
     }
   }
 }