Add a phone number to a contact

Adds a new phone number to this client contact.

phoneTypeId must be a value from GET /api/v1/lookup/contact-phone-types — a separate lookup from Applicant’s, since phone types are scoped per user type.

Authentication

AuthorizationBearer

BrightMove OAuth2 client_credentials - use the client_id/client_secret from User > API Keys (or an admin-managed client).

Path parameters

guidstringRequired
Stable public identifier of the contact

Request

This endpoint expects an object.
phoneTypeIdlongRequired

Phone type ID from the BrightMove contact phone type lookup. Use GET /api/v1/lookup/contact-phone-types to retrieve valid IDs.

numberstringRequired
Phone number.

Response

Phone number added