ENUM

UserStatus

Description

Current account status of user.

link GraphQL Schema definition

  • enum UserStatus {
  • # Status of the user account is active.
  • ACTIVE
  • # Status of the user account is deactivated.
  • DEACTIVATED
  • # Login is controlled by SSO. The current user account status is unknown to the
  • # system.
  • UNKNOWN
  • }