Table of Contents

Enum AccountUser_status

Namespace
Autodesk.ACC.AccountAdmin.Models
Assembly
Autodesk.ACC.AccountAdmin.dll

The status of this account user. Valid values are active, not_invited, pending, disabled, and deleted.

public enum AccountUser_status

Fields

[EnumMember(Value = "active")] Active = 0
[EnumMember(Value = "deleted")] Deleted = 4
[EnumMember(Value = "disabled")] Disabled = 3
[EnumMember(Value = "not_invited")] Not_invited = 1
[EnumMember(Value = "pending")] Pending = 2