Skip to content

Deactivated users have status None. Should have status 'DEACTIVATED'. #41

@jansley-smartsheet

Description

@jansley-smartsheet

Describe the bug
If the user has been deactivated, the status attirbute is set to None instead of 'DEACTIVATED'

To Reproduce

  1. Deactivate a user.
  2. Use python SDK to get the user.
  3. 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
Screenshot 2023-10-02 at 9 29 55 AM Screenshot 2023-10-02 at 9 29 33 AM

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions