mutation userCreate ($attributes: UserAttributes!) {
userCreate (attributes: $attributes) {
errors
user {
allowLoginViaEmailLink
createdAt
email
enabled
entityId
firstName
fullName
groupId
id
imageUrl
lastLogin
lastName
managerUserId
roleId
title
updatedAt
uuid
}
}
}
{
"attributes": {
"uuid": "456123",
"managerUserId": "456123",
"firstName": "",
"lastName": "",
"email": "",
"phone": "",
"title": "",
"timezone": "",
"roleId": "456123",
"groupId": "456123",
"profile": {
"phone": "",
"title": "",
"timezone": "",
"tabnameIsSubdomain": true
},
"enabled": true,
"allowLoginViaEmailLink": true,
"sendLoginLink": true,
"entityId": "456123"
}
}