Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 761 Bytes

File metadata and controls

15 lines (7 loc) · 761 Bytes

UserStatus

Lifecycle state of an organization user. Status values control whether a user can authenticate and access resources: - ACTIVE: User is fully operational and can authenticate with their API keys. - SUSPENDED: User access is temporarily disabled. API keys will not work but account data is preserved. Can be reactivated by an admin. - PENDING: User invitation has been created but not yet accepted. User cannot authenticate until they complete the onboarding flow.

Enum

  • ACTIVE (value: 'active')

  • SUSPENDED (value: 'suspended')

  • PENDING (value: 'pending')

[Back to Model list] [Back to API list] [Back to README]