Add a new person/account holder for IPND emergency services purposes.

This endpoint allows adding new account holder details that can be associated with phone numbers.
The information is used for the IPND database which is accessed by emergency services.

⚠️ IMPORTANT: There are no PATCH or PUT endpoints available for updating account holders.
If you need to modify account holder details, you must create a new person record and
delete the old one.

💡 TIP: You can view your current list of account holders by using:
GET /api/v1/phone-numbers/owners/

⚠️ IMPORTANT LEGAL NOTICE
You are legally responsible for ensuring that all person information provided is true,
accurate, and complete. Incorrect information may impact emergency services response
and could have serious consequences. Providing false information may result in legal
penalties under telecommunications and emergency services regulations.

Required Fields

  • name_1: Last name/surname (string)
  • name_2: First name/given name (string)
  • title: Title (Mr, Mrs, etc.) (string)
  • person_type: Type of account holder (enum)
  • contact_number: Contact phone number (string)
  • nickname: Friendly name for reference (string)
  • contact_name_1: Primary contact name (string)
  • contact_name_2: Secondary contact name (string)
  • birthdate: Date of birth (YYYY-MM-DD)

Person Type Values

CodeDescription
RResidential
BBusiness
GGovernment
CCharity
NNot for Profit
Language
Credentials
Header
Click Try It! to start a request and see the response here!