AccountUserStatus enum
Fields
None = 0 | |
Active = 1 | User has signed in at least once to the VSTS account |
Disabled = 2 | User cannot sign in; primarily used by admin to temporarily remove a user due to absence or license reallocation |
Deleted = 3 | User is removed from the VSTS account by the VSTS account admin |
Pending = 4 | User is invited to join the VSTS account by the VSTS account admin, but has not signed up/signed in yet |
Expired = 5 | User can sign in; primarily used when license is in expired state and we give a grace period |
PendingDisabled = 6 | User is disabled; if reenabled, they will still be in the Pending state |