Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .generated/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,4 @@ lib/clerk-http-client/models/waitlist_entry.rb
lib/clerk-http-client/models/web3_signature.rb
lib/clerk-http-client/models/web3_wallet.rb
lib/clerk-http-client/models/web3_wallet_verification.rb
spec/models/create_machine200_response_spec.rb
spec/models/get_machine_secret_key200_response_spec.rb
spec/spec_helper.rb
68 changes: 34 additions & 34 deletions .generated/docs/User.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,45 @@

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | | [optional] |
| **object** | **String** | String representing the object's type. Objects of the same type share the same value. | [optional] |
| **external_id** | **String** | | [optional] |
| **primary_email_address_id** | **String** | | [optional] |
| **primary_phone_number_id** | **String** | | [optional] |
| **primary_web3_wallet_id** | **String** | | [optional] |
| **username** | **String** | | [optional] |
| **first_name** | **String** | | [optional] |
| **last_name** | **String** | | [optional] |
| **id** | **String** | | |
| **object** | **String** | String representing the object's type. Objects of the same type share the same value. | |
| **external_id** | **String** | | |
| **primary_email_address_id** | **String** | | |
| **primary_phone_number_id** | **String** | | |
| **primary_web3_wallet_id** | **String** | | |
| **username** | **String** | | |
| **first_name** | **String** | | |
| **last_name** | **String** | | |
| **profile_image_url** | **String** | | [optional] |
| **image_url** | **String** | | [optional] |
| **has_image** | **Boolean** | | [optional] |
| **public_metadata** | **Hash<String, Object>** | | [optional] |
| **has_image** | **Boolean** | | |
| **public_metadata** | **Hash<String, Object>** | | |
| **private_metadata** | **Hash<String, Object>** | | [optional] |
| **unsafe_metadata** | **Hash<String, Object>** | | [optional] |
| **email_addresses** | [**Array<EmailAddress>**](EmailAddress.md) | | [optional] |
| **phone_numbers** | [**Array<PhoneNumber>**](PhoneNumber.md) | | [optional] |
| **web3_wallets** | [**Array<Web3Wallet>**](Web3Wallet.md) | | [optional] |
| **passkeys** | [**Array<SchemasPasskey>**](SchemasPasskey.md) | | [optional] |
| **password_enabled** | **Boolean** | | [optional] |
| **two_factor_enabled** | **Boolean** | | [optional] |
| **totp_enabled** | **Boolean** | | [optional] |
| **backup_code_enabled** | **Boolean** | | [optional] |
| **mfa_enabled_at** | **Integer** | Unix timestamp of when MFA was last enabled for this user. It should be noted that this field is not nullified if MFA is disabled. | [optional] |
| **mfa_disabled_at** | **Integer** | Unix timestamp of when MFA was last disabled for this user. It should be noted that this field is not nullified if MFA is enabled again. | [optional] |
| **external_accounts** | [**Array<ExternalAccountWithVerification>**](ExternalAccountWithVerification.md) | | [optional] |
| **saml_accounts** | [**Array<SAMLAccount>**](SAMLAccount.md) | | [optional] |
| **last_sign_in_at** | **Integer** | Unix timestamp of last sign-in. | [optional] |
| **banned** | **Boolean** | Flag to denote whether user is banned or not. | [optional] |
| **locked** | **Boolean** | Flag to denote whether user is currently locked, i.e. restricted from signing in or not. | [optional] |
| **lockout_expires_in_seconds** | **Integer** | The number of seconds remaining until the lockout period expires for a locked user. A null value for a locked user indicates that lockout never expires. | [optional] |
| **verification_attempts_remaining** | **Integer** | The number of verification attempts remaining until the user is locked. Null if account lockout is not enabled. Note: if a user is locked explicitly via the Backend API, they may still have verification attempts remaining. | [optional] |
| **updated_at** | **Integer** | Unix timestamp of last update. | [optional] |
| **created_at** | **Integer** | Unix timestamp of creation. | [optional] |
| **delete_self_enabled** | **Boolean** | If enabled, user can delete themselves via FAPI. | [optional] |
| **create_organization_enabled** | **Boolean** | If enabled, user can create organizations via FAPI. | [optional] |
| **email_addresses** | [**Array<EmailAddress>**](EmailAddress.md) | | |
| **phone_numbers** | [**Array<PhoneNumber>**](PhoneNumber.md) | | |
| **web3_wallets** | [**Array<Web3Wallet>**](Web3Wallet.md) | | |
| **passkeys** | [**Array<SchemasPasskey>**](SchemasPasskey.md) | | |
| **password_enabled** | **Boolean** | | |
| **two_factor_enabled** | **Boolean** | | |
| **totp_enabled** | **Boolean** | | |
| **backup_code_enabled** | **Boolean** | | |
| **mfa_enabled_at** | **Integer** | Unix timestamp of when MFA was last enabled for this user. It should be noted that this field is not nullified if MFA is disabled. | |
| **mfa_disabled_at** | **Integer** | Unix timestamp of when MFA was last disabled for this user. It should be noted that this field is not nullified if MFA is enabled again. | |
| **external_accounts** | [**Array<ExternalAccountWithVerification>**](ExternalAccountWithVerification.md) | | |
| **saml_accounts** | [**Array<SAMLAccount>**](SAMLAccount.md) | | |
| **last_sign_in_at** | **Integer** | Unix timestamp of last sign-in. | |
| **banned** | **Boolean** | Flag to denote whether user is banned or not. | |
| **locked** | **Boolean** | Flag to denote whether user is currently locked, i.e. restricted from signing in or not. | |
| **lockout_expires_in_seconds** | **Integer** | The number of seconds remaining until the lockout period expires for a locked user. A null value for a locked user indicates that lockout never expires. | |
| **verification_attempts_remaining** | **Integer** | The number of verification attempts remaining until the user is locked. Null if account lockout is not enabled. Note: if a user is locked explicitly via the Backend API, they may still have verification attempts remaining. | |
| **updated_at** | **Integer** | Unix timestamp of last update. | |
| **created_at** | **Integer** | Unix timestamp of creation. | |
| **delete_self_enabled** | **Boolean** | If enabled, user can delete themselves via FAPI. | |
| **create_organization_enabled** | **Boolean** | If enabled, user can create organizations via FAPI. | |
| **create_organizations_limit** | **Integer** | The maximum number of organizations the user can create. 0 means unlimited. | [optional] |
| **last_active_at** | **Integer** | Unix timestamp of the latest session activity, with day precision. | [optional] |
| **legal_accepted_at** | **Integer** | Unix timestamp of when the user accepted the legal requirements. | [optional] |
| **last_active_at** | **Integer** | Unix timestamp of the latest session activity, with day precision. | |
| **legal_accepted_at** | **Integer** | Unix timestamp of when the user accepted the legal requirements. | |

## Example

Expand Down
Loading