User disable
We will have to disable the current User endpoints (login, create,edit). They all have to lead to the manager endpoint. This should be a setting in the code and we can set it for now to https://stage-manager.threecolts.com/v2/account/details
for stage and for prod will be defined when we go live.
For logout
we just need to remove it altogether.
For managing of the User with specific Hemi data/settings will be handled in a different scope.