Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownUserState

Package version

Known values of UserState that the service accepts.

Index

Enumeration members

Enumeration members

Active

Active: = "active"

User state is active.

Blocked

Blocked: = "blocked"

User is blocked. Blocked users cannot authenticate at developer portal or call API.

Deleted

Deleted: = "deleted"

User account is closed. All identities and related entities are removed.

Pending

Pending: = "pending"

User account is pending. Requires identity confirmation before it can be made active.

Generated using TypeDoc