AccountLockdownStage Viewset
Request body
Deactivate the user account (set is_active to False)
Set an unusable password for the user
Delete all active sessions for the user
Revoke all tokens for the user (API, app password, recovery, verification, OAuth)
Flow to redirect users to after self-service lockdown. This flow should not require authentication since the user's session is deleted.
Response
Get object type so that we know how to edit the object
Return object's verbose_name
Return object's plural verbose_name
Return internal model name
Deactivate the user account (set is_active to False)
Set an unusable password for the user
Delete all active sessions for the user
Revoke all tokens for the user (API, app password, recovery, verification, OAuth)
Flow to redirect users to after self-service lockdown. This flow should not require authentication since the user's session is deleted.
Changes
No recorded changes to this endpoint across all 1 revision of this API.