v4

OpenAPI 3.1.02026-08-034697208.8 KB
End Users

Update end user Bill Navigator status

The Bill Navigator end user status API allows you to update the status of an end user's account.

put/end_users/{end_user_id}/bill_navigator/status

Path parameters

end_user_idstring required

User ID provided by you, to associate Pinwheel users with your user model.

User ID provided by you, to associate Pinwheel users with your user model.

Headers

Pinwheel-Version'2025-07-08' | '2023-11-22' | '2023-07-18' | '2023-04-18' | '2022-09-09' | '2022-06-22' | '2022-03-02' required

Version identifier specifying how the Pinwheel API should behave. See the Change Management page for more information.

Request body

action'deactivate' | 'terminate' | 'deactivated' | 'terminated' required

The action to take on the end user's account. Valid actions are deactivated and terminated. When an end user is set to deactivated, the user can reactivate themselves. When an end user is set to terminated, the action is irreversible.

reasonstring

The reason for taking action on the end user's account.

Response

No Content