Activate or Deactivate a User (PATCH alias)

Same handler as DELETE on this path — Okta's SCIM client uses PATCH for activate/deactivate so the route accepts both verbs. Request body, response shape, and error codes match DELETE.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

BSON ObjectId of the user.

Body Params
boolean

true to activate, false to deactivate. Defaults to deactivate.

Responses
204

No Content

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json