User Status

The User main status in the platform, defines what is available for this account right now.

ACTIVE

ACTIVE: = "active"

User is active, all features available


FAILED

FAILED: = "failed"

User failed creation, check its consumer.status for more information, if available.


INACTIVE

INACTIVE: = "inactive"

User is inactive, or has been removed from the platform


PENDING

PENDING: = "pending"

User is pending creation, check its consumer.status for more information, if available.


PROCESSING

PROCESSING: = "processing"

User is being processed, check its consumer.status for more information, if available.