Graphql fields and variables for the currentUserUpdate mutation
Last updated 6 months ago
Was this helpful?
Update the profile of the current user
Scope required: standard:write
For a complete list of input attributes see the type
mutation currentUserUpdate ($attributes: CurrentUserAttributes!) { currentUserUpdate (attributes: $attributes) { entityId errors firstName lastName profile { phone tabnameIsSubdomain timezone title } } }
{ "attributes": { "profile": { "phone": "", "title": "", "timezone": "", "tabnameIsSubdomain": true }, "firstName": "", "lastName": "", "entityId": "456123" } }
attributes
entityId
ID
errors
List (String)
firstName
String
lastName
profile