Enumeration UserStatus

Enumeration Members

ACTIVE: 2

Account is active. User can login

CREATED: 1

The account was created. The user cannot login yet

DELETED: 0

Account is deleted and will be removed from the system 30 days after deletion.

EMAIL_SENT: 4

The invitation email was sent. The user cannot login yet

INACTIVE: 3

Account is inactive. User cannot login

Generated using TypeDoc