Params

Param name Description
id
required

ID of the user whose TOTP secret should be cleared

Validations:

  • Must be a String

Returns

Code: 200

Description:

Updated user object in JSON format with the keys: id, email, birthdate, given_name, family_name, non_latin_given_name, non_latin_family_name, primary_country, male, invited_to_url, username, old_student, office365_email, duplicates_ids, student_account_app, is_at, at_code, is_cct, mobile, confirmed, sign_up_complete, session_info, student_account_url, mfa_set_up

Param name Description

Code: 400

Description:

Error message when the TOTP secret cannot be reset, in format: {error: error_message}

Param name Description

Code: 401

Description:

Unauthorized - invalid or missing OAuth token

Param name Description