UpdateUserInput
Input fields
User details.
A free text field to help identifying the customer (e.g. for a job title).
Because this field is clearable, null and the empty string are treated differently; passing null or omitting the field leaves the value as-is, but explicitly passing an empty string clears this value.
Because this field is clearable, null and the empty string are treated differently; passing null or omitting the field leaves the value as-is, but explicitly passing an empty string clears this value.
How the user would like us to address them (e.g. 'she/her', 'they/them'). Because this field is clearable, null and the empty string are treated differently; passing null or omitting the field leaves the value as-is, but explicitly passing an empty string clears this value.
The user's title.
The user for whom to perform the update. This is only needed when using an Organisation role.
Example
{
"dateOfBirth": "1974-04-05",
"details": DetailsInputType,
"email": "firm-understand-teacher-card-kind",
"familyName": "Cox",
"givenName": "Julie",
"label": "agreement-firm-seek-thought-American",
"landline": "open-professional-their-interesting-win",
"mobile": "culture-boy-candidate-only-business",
"pronouns": "entire-cultural-area-while-friend",
"title": "who-rich-detail-usually-act",
"userId": "75597783"
}