curl -X PATCH "https://app.usatimbre.com/api/organizations/org_123456/members/XAXX010101000" \ -H "Authorization: Bearer tmb_your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "name": "Updated Member Name", "email": "updated@example.com", "phone_number": "+525512345678" }'
{ "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Updated Member Name", "email": "updated@example.com", "phone_number": "+525512345678", "tax_id": "XAXX010101000", "org_id": "org_123456", "is_admin": false, "credits_remaining": 50, "created_at": "2024-01-15T10:30:00Z", "updated_at": "2024-01-21T09:00:00Z" }
Update member profile
+525512345678