Toggle Navigation
Sidebar

Deactivate user API

Enriched Academy never want's any of it's user to get deactivated from the system. Although Enriched Academy provides an API to deactivate the user in any case.

The below API is used to deactivate the user.

Method: POST
API Reference:
https://www.enrichedacademy.com/apis/v1/deactivateUsers

The below code example shows you how to deactivate the user.

Required Parameters:
  1. app_id: (string) (Required)
  2. secret_key: (string) (Required)
  3. email: (string | comma separated string) (Required, Max 100 emails per request)
Example Request Code: