Skip to content
Dark mode

Deactivate a user

Deactivates a user on Mindtickle by Mindtickle user ID.

Prerequisites

  1. Authentication and setup: A valid access token.
  2. Create a user: The user must exist.
DELETE /services/data/v4.0/mtobjects/User/USER_ID

Base URL: the standard REST host for your region. See Base URLs.

Headers: Authorization: Bearer ACCESS_TOKEN.

Parameter Type Required Description
USER_ID string Required Mindtickle ID of the user.

This endpoint has no request body.

Field Type Description
requestId string or null Request identifier. The response examples return null.
responseCode integer Special response codes from the server.
responseType string Type of response from the server.
taskCompleted boolean Flag for task completion. true means the task is successfully queued in Mindtickle.
processIds Array[string] Mindtickle process IDs. Use them to check the status of a request.
{
"requestId": null,
"responseCode": 0,
"responseType": "BULK_RESPONSE",
"taskCompleted": true,
"processIds": ["1234567890123456101"]
}
  • Async processing: The request is queued, and the response returns process IDs you use to check the result.
  • Reactivation: Updating profile fields for a deactivated learner through the user APIs reactivates the learner.