Skip to main content
POST
Create a phone number for a person

Authorizations

Authorization
string
header
required

OAuth 2.0 Bearer Token from Clerk authentication

Path Parameters

person_id
string
required

The person ID

Body

application/json
phone_number
string
Example:

"+15555551234"

extension
string
Example:

"1234"

phone_type
enum<string>
Available options:
mobile,
work,
home,
fax,
other
Example:

"mobile"

is_primary
boolean
Example:

true

Response

phone number created

id
string
person_id
string
phone_number
string
extension
string | null
phone_type
string
is_primary
boolean