Update Contact Info Name
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Response
Non-empty if the request failed
Bearer authentication of the form Bearer <token>, where token is your auth token.
Non-empty if the request failed
Available to: All authenticated users
Environments: Live <!— handler gate: returns “Request should be sent to Live server” on Demo —>
Rate Limit: No endpoint-specific limit
Updates the contact name and basic location details for the calling user. The request takes firstName, lastName, country (two-letter code), and phone. These fields are merged into the user’s existing contact record, leaving the address and other contact fields unchanged. To replace the full contact record, including address fields, use updateContactInfo instead.
Whether the change applies immediately or is held for review depends on the account, following the same approval rules as updateContactInfo. On success the response returns the resulting contactInfo.
This endpoint operates against Live. On Demo it returns an error indicating the request must be sent to the Live server.
firstName and lastName fields exceeding a combined 60 characters are rejected, despite each field individually allowing up to 64 characters.Common Failure Scenarios
country is not a two-letter code.firstName and lastName length exceeds 60 characters.Error Messages