ENUM
UserStatus
Description
Current account status of user.
link GraphQL Schema definition
- enum UserStatus {
- # Status of the user account is active.
- # Status of the user account is deactivated.
- # Login is controlled by SSO. The current user account status is unknown to the
- # system.
- }