Skip to main content

Input fields

dateOfBirth : Date
details : [DetailsInputType]

User details.

email : String
familyName : String
givenName : String
label : String

A free text field to help identifying the customer (e.g. for a job title).

landline : String

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.

mobile : String

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.

pronouns : String

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.

title : String

The user's title.

userId : String

The user for whom to perform the update. This is only needed when using an Organisation role.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "dateOfBirth": "2001-02-17", "details": DetailsInputType, "email": "represent-fire-debate-fish-agree", "familyName": "Buchanan", "givenName": "Sara", "label": "risk-floor-hospital-huge-ask", "landline": "fish-own-lay-economic-size", "mobile": "sing-through-test-light-green", "pronouns": "consumer-debate-current-guess-star", "title": "become-send-bed-off-fund", "userId": "40524632" }