UserStatus
Represents the valid user account statuses.
enum UserStatus {
ACTIVE
ARCHIVED
PENDING
}
Values
UserStatus.ACTIVE
The user account is fully active.
UserStatus.ARCHIVED
The user account has been archived.
UserStatus.PENDING
The user account is in a pending state. Meaning that the user hasn't accepted their invitation and thus not set up their user account.
Member Of
User
object