Update or remove a dependant of an existing user

Update a single dependant of an existing user on the Benifex platform. The response contains the ID of the updated dependant. This endpoint allows the dependants of an existing user to be updated using their OneHub user ID and dependant ID. The PATCH endpoint also supports the removal of an existing dependant from a user. Instead of deleting the record, we mark the dependant as inactive by updating the flags: - "isCurrent": false - "isVisible": false This ensures the dependant is retained in the system for audit/history purposes but no longer considered active for benefits.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The identifier of user id in OneHub.

number
required

The identifier of user's dependant.

Body Params

The details of the dependant to be updated in JSON Patch format (RFC6902)

Headers
string

An id that uniquely identifies the request. If added, this will aid any request debugging and can be used for idempotency checks

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json