{
"data": {
"addUser": {
"success": true,
"errors": [
"string"
],
"user": {
"id": "string",
"createdAt": "2019-08-24T14:15:22Z",
"directCustomer": true,
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"inviteStatus": "ACTIVE",
"customRole": {
"id": "string",
"name": "string"
},
"accountId": "string",
"preferences": {
"locale": "string",
"dateFormat": "string",
"timezone": "string",
"columnOrder": "string"
}
}
}
}
}