Describe the bug
If the user has been deactivated, the status attirbute is set to None instead of 'DEACTIVATED'
To Reproduce
- Deactivate a user.
- Use python SDK to get the user.
- user.status == None instead of DEACTIVATED.
Expected behavior
Expect the status to be DEACTIVATED instead of None.
Screenshots
If applicable, add screenshots to help explain your problem.
Reminder: do not include your API access token or confidential information with any screenshots
Environment (please complete the following information):
- OS: MacOS
- Smartsheet Python SDK Version 3.0.0
- Python Version 3.10.7
