cURL
curl --request PATCH \ --url https://api.halth.com/v1/members/{memberId} \ --header 'Content-Type: application/json' \ --data ' { "firstName": "<string>", "lastName": "<string>", "email": "[email protected]", "mobileNumber": "<string>", "dateOfBirth": "<string>", "profileImageUrl": "<string>", "metadata": {} } '
{ "id": "<string>", "emailVerified": true, "mobileNumberVerified": true, "createdAt": "2023-11-07T05:31:56Z", "firstName": "<string>", "lastName": "<string>", "email": "<string>", "mobileNumber": "<string>", "dateOfBirth": "<string>", "roles": [ "<string>" ], "profileImageUrl": "<string>", "activity": [ { "updatedAt": "2021-01-01T00:00:00.000Z", "applicationId": "member_web", "createdAt": "2023-11-07T05:31:56Z", "applicationVersion": "<string>", "platform": "<string>", "userAgent": "<string>" } ] }
Update a member
255
20
Show child attributes