;

Deactivate User

This API deactivates a user account, preventing them from accessing the system while retaining their data for future reference or reactivation.
POST https://apiv3.imocha.io/v3/accounts/user/create
  • Docs
  • Try it
Request Body Parameters
Field Type Required Default Description
email String Yes - Unique email ID for the user
Sample Request Body
Request Body
{ "email": "[email protected]", }
Successful response

Status 200 OK

Response
{ "email": "[email protected]", "fullName": "Test User", "businessunitId": 170867 }
Failed response

Status 400 Bad request

Response
{ "errors": [ "Email address is in invalid format" ] }
Parameter Value Description Parameter Type Data Type
email Unique email ID for the user Body String
  • Response Body