Update a family member
Updates a family member’s level (parent, guardian, child) and management permissions. Only the family owner or HR_LOCAL admins can update. Changing level to parent or guardian automatically grants canManageChildren permission.
Authorizations
Server-to-server authentication. Generate a token in the admin UI at
Settings → Developers → API Access. Send the raw token in the
Api-Token header — there is no Bearer prefix.
Tokens can be marked read-only at creation time, in which case the API
rejects any non-GET request with 403 Forbidden.
Path Parameters
FamilyMember identifier
Body
The updated FamilyMember resource
The body is of type object.
Response
FamilyMember resource updated
The response is of type object.

