Skip to content

Users Signout Turnoff2SV

Ross Scroggs edited this page Mar 7, 2023 · 5 revisions

Users - Signout and Turn off 2-Step Verification

API documentation

Definitions

Signout Users

Sign a user out of all web and device sessions and reset their sign-in cookies. The user will have to sign in by authenticating again.

gam <UserTypeEntity> signout

Turn off 2-Step Verification

Turn off 2-Step Verification for a user. If successful, this call will turn off 2-Step Verification and also remove all registered second steps on the user account. This call will fail if any of the following is true:

  • the user is not enrolled in 2-Step Verification.
  • the user has 2-Step Verification enforced.
  • the user is enrolled in the Advanced Protection Program.
gam <UserTypeEntity> turnoff2sv

Update History

Installation

Configuration

Notes and Information

Definitions

Command Processing

Collections

Client Access

Special Service Account Access

Service Account Access

Clone this wiki locally