Πήγαινε στο κύριο περιεχόμενο

updateUser

SRP

Update user details such as name and timezone.

Input

userUpdateInput

Return Type

ID

Example

mutation UpdateUser {
updateUser(input: {
userId: "dXNyMTIzNDU2"
firstName: "Jane"
lastName: "Smith"
timeZone: "Europe/London"
})
}

Export This Article

Save a copy of this page as PDF or plain text.