Hail API
PUT
/members/{user_id}/phone

Path Parameters

user_id*User Id

Header Parameters

authorization?string|null

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PUT "https://example.com/members/string/phone" \  -H "Content-Type: application/json" \  -d '{    "phone_e164": "string"  }'
{  "property1": "string",  "property2": "string"}