Accounts track their status using one of three options.
The AccountStatus enum governs the possible statuses assigned to accounts. It has three values:
Enum Name
Enum Value
Description
Active
0
New projects and project locations can be created and started.
Inactive
1
New projects and project locations can be created. No project or location can be started.
Suspended
2
The account is locked. All projects and locations and tasks belonging to the account are readonly. The account can be archived along with all of its data.