productivity
Logto CLI for AI Agents
Use the Logto CLI from KosmoKrator to call Logto tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Logto CLI Setup
Logto can be configured headlessly with `kosmokrator integrations:configure logto`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure logto --set base_url="$LOGTO_BASE_URL" --enable --read allow --write ask --json
kosmokrator integrations:doctor logto --json
kosmokrator integrations:status --json Credentials
Authentication type: oauth client credentials oauth_client_credentials. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
| Key | Env var | Type | Required | Label |
|---|---|---|---|---|
client_id | LOGTO_CLIENT_ID | Text string | no | Client ID |
client_secret | LOGTO_CLIENT_SECRET | Secret secret | no | Client Secret |
access_token | LOGTO_ACCESS_TOKEN | Secret secret | no | Access Token |
base_url | LOGTO_BASE_URL | URL url | yes | Logto Base URL |
token_url | LOGTO_TOKEN_URL | URL url | no | Token URL |
resource | LOGTO_RESOURCE | Text string | no | Resource |
scope | LOGTO_SCOPE | Text string | no | Scope |
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call logto.logto_add_mfa_verification '{}' --json kosmo integrations:logto logto_add_mfa_verification '{}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs logto --json
kosmo integrations:docs logto.logto_add_mfa_verification --json
kosmo integrations:schema logto.logto_add_mfa_verification --json
kosmo integrations:search "Logto" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
logto.logto_add_mfa_verification
Add a MFA verification to the user, a logto-verification-id in header is required for checking sensitive permissions.
write - Parameters
- none
kosmo integrations:call logto.logto_add_mfa_verification '{}' --json kosmo integrations:logto logto_add_mfa_verification '{}' --json logto.logto_add_one_time_tokens
Create a new one-time token associated with an email address. The token can be used for verification purposes and has an expiration time.
write - Parameters
- none
kosmo integrations:call logto.logto_add_one_time_tokens '{}' --json kosmo integrations:logto logto_add_one_time_tokens '{}' --json logto.logto_add_organization_applications
Add an application to the organization.
write - Parameters
- none
kosmo integrations:call logto.logto_add_organization_applications '{}' --json kosmo integrations:logto logto_add_organization_applications '{}' --json logto.logto_add_organization_users
Add users as members to the specified organization with the given user IDs.
write - Parameters
- none
kosmo integrations:call logto.logto_add_organization_users '{}' --json kosmo integrations:logto logto_add_organization_users '{}' --json logto.logto_add_user_identities
Add an identity (social identity) to the user, a logto-verification-id in header is required for checking sensitive permissions, and a verification record for the social identity is required.
write - Parameters
- none
kosmo integrations:call logto.logto_add_user_identities '{}' --json kosmo integrations:logto logto_add_user_identities '{}' --json logto.logto_add_user_profile
Adds user profile data to the current experience interaction. - For `Register`: The profile data provided before the identification request will be used to create a new user account. - For `SignIn` and `Register`: The profile data provided after the user is identified will be used to update the user's profile when the interaction is submitted. - `ForgotPassword`: Not supported.
write - Parameters
- none
kosmo integrations:call logto.logto_add_user_profile '{}' --json kosmo integrations:logto logto_add_user_profile '{}' --json logto.logto_assert_saml
The Assertion Consumer Service (ACS) endpoint for Simple Assertion Markup Language (SAML) social connectors. SAML social connectors are deprecated. Use the SSO SAML connector instead.
write - Parameters
- none
kosmo integrations:call logto.logto_assert_saml '{}' --json kosmo integrations:logto logto_assert_saml '{}' --json logto.logto_assert_single_sign_on_saml
The Assertion Consumer Service (ACS) endpoint for Simple Assertion Markup Language (SAML) single sign-on (SSO) connectors. This endpoint is used to complete the SAML SSO authentication flow. It receives the SAML assertion response from the identity provider (IdP) and redirects the user to complete the authentication flow.
write - Parameters
- none
kosmo integrations:call logto.logto_assert_single_sign_on_saml '{}' --json kosmo integrations:logto logto_assert_single_sign_on_saml '{}' --json logto.logto_assign_application_roles
Assign API resource roles to the specified application. The API resource roles will be added to the existing API resource roles.
write - Parameters
- none
kosmo integrations:call logto.logto_assign_application_roles '{}' --json kosmo integrations:logto logto_assign_application_roles '{}' --json logto.logto_assign_organization_roles_to_application
Add a role to the application in the organization.
write - Parameters
- none
kosmo integrations:call logto.logto_assign_organization_roles_to_application '{}' --json kosmo integrations:logto logto_assign_organization_roles_to_application '{}' --json logto.logto_assign_organization_roles_to_applications
Assign roles to applications in the specified organization.
write - Parameters
- none
kosmo integrations:call logto.logto_assign_organization_roles_to_applications '{}' --json kosmo integrations:logto logto_assign_organization_roles_to_applications '{}' --json logto.logto_assign_organization_roles_to_user
Assign roles to a user in the specified organization with the provided data.
write - Parameters
- none
kosmo integrations:call logto.logto_assign_organization_roles_to_user '{}' --json kosmo integrations:logto logto_assign_organization_roles_to_user '{}' --json logto.logto_assign_organization_roles_to_users
Assign roles to user members of the specified organization.
write - Parameters
- none
kosmo integrations:call logto.logto_assign_organization_roles_to_users '{}' --json kosmo integrations:logto logto_assign_organization_roles_to_users '{}' --json logto.logto_assign_user_roles
Assign API resource roles to the user. The roles will be added to the existing roles.
write - Parameters
- none
kosmo integrations:call logto.logto_assign_user_roles '{}' --json kosmo integrations:logto logto_assign_user_roles '{}' --json logto.logto_bind_mfa_verification
Bind new MFA verification to the user profile using the verificationId.
write - Parameters
- none
kosmo integrations:call logto.logto_bind_mfa_verification '{}' --json kosmo integrations:logto logto_bind_mfa_verification '{}' --json logto.logto_bind_passkey
Bind a WebAuthn credential as a passkey for sign-in purposes. Unlike `POST /api/experience/profile/mfa` with `type: WebAuthn`, this endpoint is exclusively for adding a passkey as a sign-in method and does NOT mark the user's optional MFA as enabled.
write - Parameters
- none
kosmo integrations:call logto.logto_bind_passkey '{}' --json kosmo integrations:logto logto_bind_passkey '{}' --json logto.logto_check_password_with_default_sign_in_experience
Check if a password meets the password policy in the sign-in experience settings.
write - Parameters
- none
kosmo integrations:call logto.logto_check_password_with_default_sign_in_experience '{}' --json kosmo integrations:logto logto_check_password_with_default_sign_in_experience '{}' --json logto.logto_cleanup_domains
Clean up custom domains that have been inactive (not verified) for a specified number of days. This uses Cloudflare as the source of truth to determine domain activity.
write - Parameters
- none
kosmo integrations:call logto.logto_cleanup_domains '{}' --json kosmo integrations:logto logto_cleanup_domains '{}' --json logto.logto_create_and_send_mfa_verification_code
Create a new MFA verification code and send it to the user's bound identifier (email or phone). This endpoint automatically uses the user's bound email address or phone number from their profile for MFA verification. The user must be identified before calling this endpoint.
write - Parameters
- none
kosmo integrations:call logto.logto_create_and_send_mfa_verification_code '{}' --json kosmo integrations:logto logto_create_and_send_mfa_verification_code '{}' --json logto.logto_create_and_send_verification_code
Create a new `CodeVerification` record and sends the code to the specified identifier. The code verification can be used to verify the given identifier.
write - Parameters
- none
kosmo integrations:call logto.logto_create_and_send_verification_code '{}' --json kosmo integrations:logto logto_create_and_send_verification_code '{}' --json logto.logto_create_application
Create a new application with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_create_application '{}' --json kosmo integrations:logto logto_create_application '{}' --json logto.logto_create_application_protected_app_metadata_custom_domain
Add a custom domain to the application. You'll need to setup DNS record later.
write - Parameters
- none
kosmo integrations:call logto.logto_create_application_protected_app_metadata_custom_domain '{}' --json kosmo integrations:logto logto_create_application_protected_app_metadata_custom_domain '{}' --json logto.logto_create_application_secret
Add a new secret for the application.
write - Parameters
- none
kosmo integrations:call logto.logto_create_application_secret '{}' --json kosmo integrations:logto logto_create_application_secret '{}' --json logto.logto_create_application_user_consent_organization
Grant a list of organization access of a user for a application by application id and user id. The user must be a member of all the organizations. Only third-party application needs to be granted access to organizations, all the other applications can request for all the organizations' access by default.
write - Parameters
- none
kosmo integrations:call logto.logto_create_application_user_consent_organization '{}' --json kosmo integrations:logto logto_create_application_user_consent_organization '{}' --json logto.logto_create_application_user_consent_scope
Assign the user consent scopes to an application by application id
write - Parameters
- none
kosmo integrations:call logto.logto_create_application_user_consent_scope '{}' --json kosmo integrations:logto logto_create_application_user_consent_scope '{}' --json logto.logto_create_connector
Create a connector with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_create_connector '{}' --json kosmo integrations:logto logto_create_connector '{}' --json logto.logto_create_connector_authorization_uri
Get authorization URI for specified connector by providing redirect URI and randomly generated state.
write - Parameters
- none
kosmo integrations:call logto.logto_create_connector_authorization_uri '{}' --json kosmo integrations:logto logto_create_connector_authorization_uri '{}' --json logto.logto_create_connector_test
Test a passwordless (email or SMS) connector by sending a test message to the given phone number or email address.
write - Parameters
- none
kosmo integrations:call logto.logto_create_connector_test '{}' --json kosmo integrations:logto logto_create_connector_test '{}' --json logto.logto_create_custom_profile_field
Create a custom profile field.
write - Parameters
- none
kosmo integrations:call logto.logto_create_custom_profile_field '{}' --json kosmo integrations:logto logto_create_custom_profile_field '{}' --json logto.logto_create_custom_profile_fields_batch
Create multiple custom profile fields in a single request (max 20 items).
write - Parameters
- none
kosmo integrations:call logto.logto_create_custom_profile_fields_batch '{}' --json kosmo integrations:logto logto_create_custom_profile_fields_batch '{}' --json logto.logto_create_domain
Create a new domain with the given data. The maximum domain number is 1, once created, can not be modified, you'll have to delete and recreate one.
write - Parameters
- none
kosmo integrations:call logto.logto_create_domain '{}' --json kosmo integrations:logto logto_create_domain '{}' --json logto.logto_create_enterprise_sso_verification
Create a new EnterpriseSSO verification record and return the provider's authorization URI for the given connector.
write - Parameters
- none
kosmo integrations:call logto.logto_create_enterprise_sso_verification '{}' --json kosmo integrations:logto logto_create_enterprise_sso_verification '{}' --json logto.logto_create_hook
Create a new hook with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_create_hook '{}' --json kosmo integrations:logto logto_create_hook '{}' --json logto.logto_create_hook_test
Test the specified hook with the given events and config.
write - Parameters
- none
kosmo integrations:call logto.logto_create_hook_test '{}' --json kosmo integrations:logto logto_create_hook_test '{}' --json logto.logto_create_new_password_identity_verification
Create a NewPasswordIdentity verification record for the new user registration use. The verification record includes a unique user identifier and a password that can be used to create a new user account.
write - Parameters
- none
kosmo integrations:call logto.logto_create_new_password_identity_verification '{}' --json kosmo integrations:logto logto_create_new_password_identity_verification '{}' --json logto.logto_create_or_replace_totp_mfa_verification
Create or replace the user's TOTP MFA verification with a new authenticator app binding. If the user already has a TOTP verification, it will be replaced; otherwise, a new one will be created. Requires a logto-verification-id header for sensitive permission checks, a valid TOTP secret, and a valid TOTP code generated from the secret.
write - Parameters
- none
kosmo integrations:call logto.logto_create_or_replace_totp_mfa_verification '{}' --json kosmo integrations:logto logto_create_or_replace_totp_mfa_verification '{}' --json logto.logto_create_organization
Create a new organization with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_create_organization '{}' --json kosmo integrations:logto logto_create_organization '{}' --json logto.logto_create_organization_invitation
Create an organization invitation and optionally send it via email. The tenant should have an email connector configured if you want to send the invitation via email at this point.
write - Parameters
- none
kosmo integrations:call logto.logto_create_organization_invitation '{}' --json kosmo integrations:logto logto_create_organization_invitation '{}' --json logto.logto_create_organization_invitation_message
Resend the invitation message to the invitee.
write - Parameters
- none
kosmo integrations:call logto.logto_create_organization_invitation_message '{}' --json kosmo integrations:logto logto_create_organization_invitation_message '{}' --json logto.logto_create_organization_jit_email_domain
Add a new email domain for just-in-time provisioning of users in the organization.
write - Parameters
- none
kosmo integrations:call logto.logto_create_organization_jit_email_domain '{}' --json kosmo integrations:logto logto_create_organization_jit_email_domain '{}' --json logto.logto_create_organization_jit_role
Add new organization roles that will be assigned to users during just-in-time provisioning.
write - Parameters
- none
kosmo integrations:call logto.logto_create_organization_jit_role '{}' --json kosmo integrations:logto logto_create_organization_jit_role '{}' --json logto.logto_create_organization_jit_sso_connector
Add new enterprise SSO connectors for just-in-time provisioning of users in the organization.
write - Parameters
- none
kosmo integrations:call logto.logto_create_organization_jit_sso_connector '{}' --json kosmo integrations:logto logto_create_organization_jit_sso_connector '{}' --json logto.logto_create_organization_role
Create a new organization role with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_create_organization_role '{}' --json kosmo integrations:logto logto_create_organization_role '{}' --json logto.logto_create_organization_role_resource_scope
Assign resource scopes to the specified organization role
write - Parameters
- none
kosmo integrations:call logto.logto_create_organization_role_resource_scope '{}' --json kosmo integrations:logto logto_create_organization_role_resource_scope '{}' --json logto.logto_create_organization_role_scope
Assign organization scopes to the specified organization role
write - Parameters
- none
kosmo integrations:call logto.logto_create_organization_role_scope '{}' --json kosmo integrations:logto logto_create_organization_role_scope '{}' --json logto.logto_create_organization_scope
Create a new organization scope with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_create_organization_scope '{}' --json kosmo integrations:logto logto_create_organization_scope '{}' --json logto.logto_create_password_verification
Create and verify a new Password verification record. The verification record can only be created if the provided user credentials are correct.
write - Parameters
- none
kosmo integrations:call logto.logto_create_password_verification '{}' --json kosmo integrations:logto logto_create_password_verification '{}' --json logto.logto_create_resource
Create an API resource in the current tenant.
write - Parameters
- none
kosmo integrations:call logto.logto_create_resource '{}' --json kosmo integrations:logto logto_create_resource '{}' --json logto.logto_create_resource_scope
Create a new scope (permission) for an API resource.
write - Parameters
- none
kosmo integrations:call logto.logto_create_resource_scope '{}' --json kosmo integrations:logto logto_create_resource_scope '{}' --json logto.logto_create_role
Create a new role with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_create_role '{}' --json kosmo integrations:logto logto_create_role '{}' --json logto.logto_create_role_application
Assign a role to a list of applications. The role must have the type `Application`.
write - Parameters
- none
kosmo integrations:call logto.logto_create_role_application '{}' --json kosmo integrations:logto logto_create_role_application '{}' --json logto.logto_create_role_scope
Link a list of API resource scopes (permissions) to a role. The original linked scopes will be kept.
write - Parameters
- none
kosmo integrations:call logto.logto_create_role_scope '{}' --json kosmo integrations:logto logto_create_role_scope '{}' --json logto.logto_create_role_user
Assign a role to a list of users. The role must have the type `User`.
write - Parameters
- none
kosmo integrations:call logto.logto_create_role_user '{}' --json kosmo integrations:logto logto_create_role_user '{}' --json logto.logto_create_saml_application
Create a new SAML application with the given configuration. A default signing certificate with 3 years lifetime will be automatically created.
write - Parameters
- none
kosmo integrations:call logto.logto_create_saml_application '{}' --json kosmo integrations:logto logto_create_saml_application '{}' --json logto.logto_create_saml_application_secret
Create a new signing certificate for the SAML application.
write - Parameters
- none
kosmo integrations:call logto.logto_create_saml_application_secret '{}' --json kosmo integrations:logto logto_create_saml_application_secret '{}' --json logto.logto_create_saml_authn
Process SAML authentication request using HTTP POST binding.
write - Parameters
- none
kosmo integrations:call logto.logto_create_saml_authn '{}' --json kosmo integrations:logto logto_create_saml_authn '{}' --json logto.logto_create_sign_in_passkey_authentication
Create WebAuthn authentication options for passkey sign-in. The user will be resolved later by the credential during verification.
write - Parameters
- none
kosmo integrations:call logto.logto_create_sign_in_passkey_authentication '{}' --json kosmo integrations:logto logto_create_sign_in_passkey_authentication '{}' --json logto.logto_create_sign_in_passkey_authentication_with_identifier
Create WebAuthn authentication options for passkey sign-in with an identifier. The identifier is used to look up the user's WebAuthn credentials and generate non-discoverable authentication options.
write - Parameters
- none
kosmo integrations:call logto.logto_create_sign_in_passkey_authentication_with_identifier '{}' --json kosmo integrations:logto logto_create_sign_in_passkey_authentication_with_identifier '{}' --json logto.logto_create_social_verification
Create a new SocialVerification record and return the provider's authorization URI for the given connector.
write - Parameters
- none
kosmo integrations:call logto.logto_create_social_verification '{}' --json kosmo integrations:logto logto_create_social_verification '{}' --json logto.logto_create_sso_connector
Create an new SSO connector instance for a given provider.
write - Parameters
- none
kosmo integrations:call logto.logto_create_sso_connector '{}' --json kosmo integrations:logto logto_create_sso_connector '{}' --json logto.logto_create_subject_token
Create a new subject token for the use of impersonating the user.
write - Parameters
- none
kosmo integrations:call logto.logto_create_subject_token '{}' --json kosmo integrations:logto logto_create_subject_token '{}' --json logto.logto_create_totp_secret
Create a new TOTP verification record and generate a new TOTP secret for the user. This secret can be used to bind a new TOTP verification to the user's profile. The verification record must be verified before the secret can be used to bind a new TOTP verification to the user's profile.
write - Parameters
- none
kosmo integrations:call logto.logto_create_totp_secret '{}' --json kosmo integrations:logto logto_create_totp_secret '{}' --json logto.logto_create_user
Create a new user with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_create_user '{}' --json kosmo integrations:logto logto_create_user '{}' --json logto.logto_create_user_asset
Upload a user asset.
write - Parameters
- none
kosmo integrations:call logto.logto_create_user_asset '{}' --json kosmo integrations:logto logto_create_user_asset '{}' --json logto.logto_create_user_identity
Link authenticated user identity from a social platform to a Logto user. The usage of this API is usually coupled with `POST /connectors/:connectorId/authorization-uri`. With the help of these pair of APIs, you can implement a user profile page with the link social account feature in your application. Note: Currently due to technical limitations, this API does not support the following connectors that rely on Logto interaction session: `@logto/connector-apple`, `@logto/connector-saml`, `@logto/c
write - Parameters
- none
kosmo integrations:call logto.logto_create_user_identity '{}' --json kosmo integrations:logto logto_create_user_identity '{}' --json logto.logto_create_user_mfa_verification
Create a new MFA verification for a given user ID.
write - Parameters
- none
kosmo integrations:call logto.logto_create_user_mfa_verification '{}' --json kosmo integrations:logto logto_create_user_mfa_verification '{}' --json logto.logto_create_user_personal_access_token
Add a new personal access token for the user.
write - Parameters
- none
kosmo integrations:call logto.logto_create_user_personal_access_token '{}' --json kosmo integrations:logto logto_create_user_personal_access_token '{}' --json logto.logto_create_verification_by_password
Create a verification record by verifying the password.
write - Parameters
- none
kosmo integrations:call logto.logto_create_verification_by_password '{}' --json kosmo integrations:logto logto_create_verification_by_password '{}' --json logto.logto_create_verification_by_social
Create a social verification record and return the authorization URI.
write - Parameters
- none
kosmo integrations:call logto.logto_create_verification_by_social '{}' --json kosmo integrations:logto logto_create_verification_by_social '{}' --json logto.logto_create_verification_by_verification_code
Create a verification record and send the code to the specified identifier. The code verification can be used to verify the given identifier.
write - Parameters
- none
kosmo integrations:call logto.logto_create_verification_by_verification_code '{}' --json kosmo integrations:logto logto_create_verification_by_verification_code '{}' --json logto.logto_create_verification_code
Request a verification code for the provided identifier (email/phone). if you're using email as the identifier, you need to setup your email connector first. if you're using phone as the identifier, you need to setup your SMS connector first.
write - Parameters
- none
kosmo integrations:call logto.logto_create_verification_code '{}' --json kosmo integrations:logto logto_create_verification_code '{}' --json logto.logto_create_web_authn_authentication_verification
Create a new WebAuthn authentication verification record based on the user's existing WebAuthn credential. This verification record can be used to verify the user's WebAuthn credential.
write - Parameters
- none
kosmo integrations:call logto.logto_create_web_authn_authentication_verification '{}' --json kosmo integrations:logto logto_create_web_authn_authentication_verification '{}' --json logto.logto_create_web_authn_registration_verification
Create a new WebAuthn registration verification record. The verification record can be used to bind a new WebAuthn credential to the user's profile.
write - Parameters
- none
kosmo integrations:call logto.logto_create_web_authn_registration_verification '{}' --json kosmo integrations:logto logto_create_web_authn_registration_verification '{}' --json logto.logto_delete_application
Delete application by ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_application '{}' --json kosmo integrations:logto logto_delete_application '{}' --json logto.logto_delete_application_legacy_secret
Delete the legacy secret for the application and replace it with a new internal secret. Note: This operation does not "really" delete the legacy secret because it is still needed for internal validation. We may remove the display of the legacy secret (the `secret` field in the application response) in the future.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_application_legacy_secret '{}' --json kosmo integrations:logto logto_delete_application_legacy_secret '{}' --json logto.logto_delete_application_protected_app_metadata_custom_domain
Remove custom domain from the specified application.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_application_protected_app_metadata_custom_domain '{}' --json kosmo integrations:logto logto_delete_application_protected_app_metadata_custom_domain '{}' --json logto.logto_delete_application_role
Remove a API resource role from the specified application.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_application_role '{}' --json kosmo integrations:logto logto_delete_application_role '{}' --json logto.logto_delete_application_secret
Delete a secret for the application by name.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_application_secret '{}' --json kosmo integrations:logto logto_delete_application_secret '{}' --json logto.logto_delete_application_user_consent_organization
Revoke a user's access to an organization for a application by application id, user id and organization id.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_application_user_consent_organization '{}' --json kosmo integrations:logto logto_delete_application_user_consent_organization '{}' --json logto.logto_delete_application_user_consent_scope
Remove the user consent scope from an application by application id, scope type and scope id
write - Parameters
- none
kosmo integrations:call logto.logto_delete_application_user_consent_scope '{}' --json kosmo integrations:logto logto_delete_application_user_consent_scope '{}' --json logto.logto_delete_captcha_provider
Delete the captcha provider.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_captcha_provider '{}' --json kosmo integrations:logto logto_delete_captcha_provider '{}' --json logto.logto_delete_connector
Delete connector by ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_connector '{}' --json kosmo integrations:logto logto_delete_connector '{}' --json logto.logto_delete_custom_phrase
Delete custom phrases for the specified language tag.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_custom_phrase '{}' --json kosmo integrations:logto logto_delete_custom_phrase '{}' --json logto.logto_delete_custom_profile_field_by_name
Delete a custom profile field by name.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_custom_profile_field_by_name '{}' --json kosmo integrations:logto logto_delete_custom_profile_field_by_name '{}' --json logto.logto_delete_domain
Delete domain by ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_domain '{}' --json kosmo integrations:logto logto_delete_domain '{}' --json logto.logto_delete_email_template
Delete an email template by its ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_email_template '{}' --json kosmo integrations:logto logto_delete_email_template '{}' --json logto.logto_delete_email_templates
Bulk delete email templates by their language tag and template type.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_email_templates '{}' --json kosmo integrations:logto logto_delete_email_templates '{}' --json logto.logto_delete_grant_by_id
Revoke a specific user application grant by grant ID and remove the related session authorization. A logto-verification-id in header is required for revoking grants.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_grant_by_id '{}' --json kosmo integrations:logto logto_delete_grant_by_id '{}' --json logto.logto_delete_hook
Delete hook by ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_hook '{}' --json kosmo integrations:logto logto_delete_hook '{}' --json logto.logto_delete_identity
Delete an identity (social identity) from the user, a logto-verification-id in header is required for checking sensitive permissions. The request is rejected if it would remove the user's last identifier.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_identity '{}' --json kosmo integrations:logto logto_delete_identity '{}' --json logto.logto_delete_jwt_customizer
Delete the JWT customizer for the given token type.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_jwt_customizer '{}' --json kosmo integrations:logto logto_delete_jwt_customizer '{}' --json logto.logto_delete_mfa_verification
Delete an MFA verification, a logto-verification-id in header is required for checking sensitive permissions.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_mfa_verification '{}' --json kosmo integrations:logto logto_delete_mfa_verification '{}' --json logto.logto_delete_oidc_key
Delete an OIDC signing key by key type and key ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_oidc_key '{}' --json kosmo integrations:logto logto_delete_oidc_key '{}' --json logto.logto_delete_one_time_token
Delete a one-time token by its ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_one_time_token '{}' --json kosmo integrations:logto logto_delete_one_time_token '{}' --json logto.logto_delete_organization
Delete organization by ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_organization '{}' --json kosmo integrations:logto logto_delete_organization '{}' --json logto.logto_delete_organization_application
Remove an application from the organization.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_organization_application '{}' --json kosmo integrations:logto logto_delete_organization_application '{}' --json logto.logto_delete_organization_application_role
Remove a role from the application in the organization.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_organization_application_role '{}' --json kosmo integrations:logto logto_delete_organization_application_role '{}' --json logto.logto_delete_organization_invitation
Delete an organization invitation by ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_organization_invitation '{}' --json kosmo integrations:logto logto_delete_organization_invitation '{}' --json logto.logto_delete_organization_jit_email_domain
Remove an email domain for just-in-time provisioning of users in the organization.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_organization_jit_email_domain '{}' --json kosmo integrations:logto logto_delete_organization_jit_email_domain '{}' --json logto.logto_delete_organization_jit_role
Remove an organization role that will be assigned to users during just-in-time provisioning.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_organization_jit_role '{}' --json kosmo integrations:logto logto_delete_organization_jit_role '{}' --json logto.logto_delete_organization_jit_sso_connector
Remove an enterprise SSO connector for just-in-time provisioning of users in the organization.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_organization_jit_sso_connector '{}' --json kosmo integrations:logto logto_delete_organization_jit_sso_connector '{}' --json logto.logto_delete_organization_role
Delete organization role by ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_organization_role '{}' --json kosmo integrations:logto logto_delete_organization_role '{}' --json logto.logto_delete_organization_role_resource_scope
Remove a resource scope assignment from the specified organization role.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_organization_role_resource_scope '{}' --json kosmo integrations:logto logto_delete_organization_role_resource_scope '{}' --json logto.logto_delete_organization_role_scope
Remove a organization scope assignment from the specified organization role.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_organization_role_scope '{}' --json kosmo integrations:logto logto_delete_organization_role_scope '{}' --json logto.logto_delete_organization_scope
Delete organization scope by ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_organization_scope '{}' --json kosmo integrations:logto logto_delete_organization_scope '{}' --json logto.logto_delete_organization_user
Remove a user's membership from the specified organization.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_organization_user '{}' --json kosmo integrations:logto logto_delete_organization_user '{}' --json logto.logto_delete_organization_user_role
Remove a role assignment from a user in the specified organization.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_organization_user_role '{}' --json kosmo integrations:logto logto_delete_organization_user_role '{}' --json logto.logto_delete_personal_access_token_post
Delete a token for the user by name.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_personal_access_token_post '{}' --json kosmo integrations:logto logto_delete_personal_access_token_post '{}' --json logto.logto_delete_primary_email
Delete primary email for the user, a logto-verification-id header is required for checking sensitive permissions. The request is rejected if it would remove the user's last identifier.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_primary_email '{}' --json kosmo integrations:logto logto_delete_primary_email '{}' --json logto.logto_delete_primary_phone
Delete primary phone for the user, a logto-verification-id header is required for checking sensitive permissions. The request is rejected if it would remove the user's last identifier.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_primary_phone '{}' --json kosmo integrations:logto logto_delete_primary_phone '{}' --json logto.logto_delete_resource
Delete an API resource by ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_resource '{}' --json kosmo integrations:logto logto_delete_resource '{}' --json logto.logto_delete_resource_scope
Delete an API resource scope (permission) from the given resource.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_resource_scope '{}' --json kosmo integrations:logto logto_delete_resource_scope '{}' --json logto.logto_delete_role
Delete a role with the given ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_role '{}' --json kosmo integrations:logto logto_delete_role '{}' --json logto.logto_delete_role_application
Remove the role from an application with the given ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_role_application '{}' --json kosmo integrations:logto logto_delete_role_application '{}' --json logto.logto_delete_role_scope
Unlink an API resource scope (permission) from a role with the given ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_role_scope '{}' --json kosmo integrations:logto logto_delete_role_scope '{}' --json logto.logto_delete_role_user
Remove a role from a user with the given ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_role_user '{}' --json kosmo integrations:logto logto_delete_role_user '{}' --json logto.logto_delete_saml_application
Delete a SAML application by ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_saml_application '{}' --json kosmo integrations:logto logto_delete_saml_application '{}' --json logto.logto_delete_saml_application_secret
Delete a signing certificate of the SAML application. Active certificates cannot be deleted.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_saml_application_secret '{}' --json kosmo integrations:logto logto_delete_saml_application_secret '{}' --json logto.logto_delete_secret
Delete a secret by its ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_secret '{}' --json kosmo integrations:logto logto_delete_secret '{}' --json logto.logto_delete_sentinel_activities
Remove sentinel activity reports based on the provided target value(identifier).Use this endpoint to unblock users who may be locked out due to too many failed authentication attempts.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_sentinel_activities '{}' --json kosmo integrations:logto logto_delete_sentinel_activities '{}' --json logto.logto_delete_session_by_id
Revoke a specific user session by its ID, optionally revoking target associated grants and tokens. A logto-verification-id in header is required for revoking sessions.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_session_by_id '{}' --json kosmo integrations:logto logto_delete_session_by_id '{}' --json logto.logto_delete_sso_connector
Delete an SSO connector by ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_sso_connector '{}' --json kosmo integrations:logto logto_delete_sso_connector '{}' --json logto.logto_delete_user
Delete user with the given ID. Note all associated data will be deleted cascadingly.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_user '{}' --json kosmo integrations:logto logto_delete_user '{}' --json logto.logto_delete_user_grant
Revoke a specific grant and its associated token chain by grant ID. Also removes the matching session authorization entry for this grant from the related active session. The grant must belong to the user.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_user_grant '{}' --json kosmo integrations:logto logto_delete_user_grant '{}' --json logto.logto_delete_user_identity
Delete a social identity from the user.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_user_identity '{}' --json kosmo integrations:logto logto_delete_user_identity '{}' --json logto.logto_delete_user_mfa_verification
Delete an MFA verification for the user with the given verification ID. The verification ID must be associated with the given user ID.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_user_mfa_verification '{}' --json kosmo integrations:logto logto_delete_user_mfa_verification '{}' --json logto.logto_delete_user_personal_access_token
Delete a token for the user by name using the legacy path parameter. Deprecated: use the POST /delete endpoint instead to avoid url name encoding issues.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_user_personal_access_token '{}' --json kosmo integrations:logto logto_delete_user_personal_access_token '{}' --json logto.logto_delete_user_role
Remove an API resource role from the user.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_user_role '{}' --json kosmo integrations:logto logto_delete_user_role '{}' --json logto.logto_delete_user_session
Revoke a specific user session by its ID, optionally revoking associated target grants and tokens.
write - Parameters
- none
kosmo integrations:call logto.logto_delete_user_session '{}' --json kosmo integrations:logto logto_delete_user_session '{}' --json logto.logto_generate_backup_codes
Create a new BackupCode verification record with new backup codes generated. This verification record will be used to bind the backup codes to the user's profile.
write - Parameters
- none
kosmo integrations:call logto.logto_generate_backup_codes '{}' --json kosmo integrations:logto logto_generate_backup_codes '{}' --json logto.logto_generate_my_account_backup_codes
Generate backup codes for the user.
write - Parameters
- none
kosmo integrations:call logto.logto_generate_my_account_backup_codes '{}' --json kosmo integrations:logto logto_generate_my_account_backup_codes '{}' --json logto.logto_generate_totp_secret
Generate a TOTP secret for the user.
write - Parameters
- none
kosmo integrations:call logto.logto_generate_totp_secret '{}' --json kosmo integrations:logto logto_generate_totp_secret '{}' --json logto.logto_generate_web_authn_registration_options
Generate WebAuthn registration options for the user to register a new WebAuthn device.
write - Parameters
- none
kosmo integrations:call logto.logto_generate_web_authn_registration_options '{}' --json kosmo integrations:logto logto_generate_web_authn_registration_options '{}' --json logto.logto_get_account_center_settings
Get the account center settings.
read - Parameters
- none
kosmo integrations:call logto.logto_get_account_center_settings '{}' --json kosmo integrations:logto logto_get_account_center_settings '{}' --json logto.logto_get_active_user_counts
Get active user data, including daily active user (DAU), weekly active user (WAU) and monthly active user (MAU). It also includes an array of DAU in the past 30 days.
read - Parameters
- none
kosmo integrations:call logto.logto_get_active_user_counts '{}' --json kosmo integrations:logto logto_get_active_user_counts '{}' --json logto.logto_get_admin_console_config
Get the global configuration object for Logto Console.
read - Parameters
- none
kosmo integrations:call logto.logto_get_admin_console_config '{}' --json kosmo integrations:logto logto_get_admin_console_config '{}' --json logto.logto_get_application
Get application details by ID.
read - Parameters
- none
kosmo integrations:call logto.logto_get_application '{}' --json kosmo integrations:logto logto_get_application '{}' --json logto.logto_get_application_sign_in_experience
Get application level sign-in experience for a given application. - Only branding properties and terms links customization is supported for now. - Only third-party applications can have the sign-in experience customization for now.
read - Parameters
- none
kosmo integrations:call logto.logto_get_application_sign_in_experience '{}' --json kosmo integrations:logto logto_get_application_sign_in_experience '{}' --json logto.logto_get_backup_codes
Get all backup codes for the user with their usage status. Requires identity verification.
read - Parameters
- none
kosmo integrations:call logto.logto_get_backup_codes '{}' --json kosmo integrations:logto logto_get_backup_codes '{}' --json logto.logto_get_captcha_provider
Get the captcha provider, you can only have one captcha provider.
read - Parameters
- none
kosmo integrations:call logto.logto_get_captcha_provider '{}' --json kosmo integrations:logto logto_get_captcha_provider '{}' --json logto.logto_get_connector
Get connector data by ID
read - Parameters
- none
kosmo integrations:call logto.logto_get_connector '{}' --json kosmo integrations:logto logto_get_connector '{}' --json logto.logto_get_connector_factory
Get connector factory by the given ID.
read - Parameters
- none
kosmo integrations:call logto.logto_get_connector_factory '{}' --json kosmo integrations:logto logto_get_connector_factory '{}' --json logto.logto_get_custom_phrase
Get custom phrases for the specified language tag.
read - Parameters
- none
kosmo integrations:call logto.logto_get_custom_phrase '{}' --json kosmo integrations:logto logto_get_custom_phrase '{}' --json logto.logto_get_custom_profile_field_by_name
Get a custom profile field by name.
read - Parameters
- none
kosmo integrations:call logto.logto_get_custom_profile_field_by_name '{}' --json kosmo integrations:logto logto_get_custom_profile_field_by_name '{}' --json logto.logto_get_domain
Get domain details by ID, by calling this API, the domain status will be synced from remote provider.
read - Parameters
- none
kosmo integrations:call logto.logto_get_domain '{}' --json kosmo integrations:logto logto_get_domain '{}' --json logto.logto_get_email_template
Get the email template by its ID.
read - Parameters
- none
kosmo integrations:call logto.logto_get_email_template '{}' --json kosmo integrations:logto logto_get_email_template '{}' --json logto.logto_get_enabled_sso_connectors
Extract the email domain from the provided email address. Returns all the enabled SSO connectors that match the email domain.
read - Parameters
- none
kosmo integrations:call logto.logto_get_enabled_sso_connectors '{}' --json kosmo integrations:logto logto_get_enabled_sso_connectors '{}' --json logto.logto_get_enterprise_sso_identity_access_token
This API retrieves the access token issued by a third-party enterprise SSO provider for a given SSO connector ID. Access is only available if token storage is enabled for the corresponding connector. When a user authenticates through a SSO provider, Logto automatically stores the provider's tokens in an encrypted form. You can use this API to securely retrieve the stored access token and use it to access third-party APIs on behalf of the user.
read - Parameters
- none
kosmo integrations:call logto.logto_get_enterprise_sso_identity_access_token '{}' --json kosmo integrations:logto logto_get_enterprise_sso_identity_access_token '{}' --json logto.logto_get_grants
Retrieve all active application grants for the user. A logto-verification-id in header is required for checking grant details.
read - Parameters
- none
kosmo integrations:call logto.logto_get_grants '{}' --json kosmo integrations:logto logto_get_grants '{}' --json logto.logto_get_hasura_auth
The `HASURA_GRAPHQL_AUTH_HOOK` endpoint for Hasura auth. Use this endpoint to integrate Hasura's [webhook authentication flow](https://hasura.io/docs/latest/auth/authentication/webhook/).
read - Parameters
- none
kosmo integrations:call logto.logto_get_hasura_auth '{}' --json kosmo integrations:logto logto_get_hasura_auth '{}' --json logto.logto_get_hook
Get hook details by ID.
read - Parameters
- none
kosmo integrations:call logto.logto_get_hook '{}' --json kosmo integrations:logto logto_get_hook '{}' --json logto.logto_get_id_token_config
Get the ID token extended claims configuration for the tenant. This configuration controls which extended claims (e.g., `custom_data`, `identities`, `roles`, `organizations`, `organization_roles`) are included in ID tokens.
read - Parameters
- none
kosmo integrations:call logto.logto_get_id_token_config '{}' --json kosmo integrations:logto logto_get_id_token_config '{}' --json logto.logto_get_interaction
Get the public interaction data.
read - Parameters
- none
kosmo integrations:call logto.logto_get_interaction '{}' --json kosmo integrations:logto logto_get_interaction '{}' --json logto.logto_get_jwt_customizer
Get the JWT customizer for the given token type.
read - Parameters
- none
kosmo integrations:call logto.logto_get_jwt_customizer '{}' --json kosmo integrations:logto logto_get_jwt_customizer '{}' --json logto.logto_get_log
Get log details by ID.
read - Parameters
- none
kosmo integrations:call logto.logto_get_log '{}' --json kosmo integrations:logto logto_get_log '{}' --json logto.logto_get_logto_config
Retrieve the exposed portion of the current user's logto config. This includes MFA states (enabled, skipped, skipMfaOnSignIn) and passkey sign-in binding states (skipped). Passkey is a WebAuthn MFA factor and shares the same account center field access control as MFA.
read - Parameters
- none
kosmo integrations:call logto.logto_get_logto_config '{}' --json kosmo integrations:logto logto_get_logto_config '{}' --json logto.logto_get_mfa_settings
Get MFA settings for the user. This endpoint requires the Identities scope. Returns current MFA configuration preferences.
read - Parameters
- none
kosmo integrations:call logto.logto_get_mfa_settings '{}' --json kosmo integrations:logto logto_get_mfa_settings '{}' --json logto.logto_get_mfa_verifications
Get MFA verifications for the user.
read - Parameters
- none
kosmo integrations:call logto.logto_get_mfa_verifications '{}' --json kosmo integrations:logto logto_get_mfa_verifications '{}' --json logto.logto_get_new_user_counts
Get new user count in the past 7 days.
read - Parameters
- none
kosmo integrations:call logto.logto_get_new_user_counts '{}' --json kosmo integrations:logto logto_get_new_user_counts '{}' --json logto.logto_get_oidc_keys
Get OIDC signing keys by key type. The actual key will be redacted from the result.
read - Parameters
- none
kosmo integrations:call logto.logto_get_oidc_keys '{}' --json kosmo integrations:logto logto_get_oidc_keys '{}' --json logto.logto_get_oidc_session_config
Get the OIDC session configuration for the tenant.
read - Parameters
- none
kosmo integrations:call logto.logto_get_oidc_session_config '{}' --json kosmo integrations:logto logto_get_oidc_session_config '{}' --json logto.logto_get_one_time_token
Get a one-time token by its ID.
read - Parameters
- none
kosmo integrations:call logto.logto_get_one_time_token '{}' --json kosmo integrations:logto logto_get_one_time_token '{}' --json logto.logto_get_organization
Get organization details by ID.
read - Parameters
- none
kosmo integrations:call logto.logto_get_organization '{}' --json kosmo integrations:logto logto_get_organization '{}' --json logto.logto_get_organization_invitation
Get an organization invitation by ID.
read - Parameters
- none
kosmo integrations:call logto.logto_get_organization_invitation '{}' --json kosmo integrations:logto logto_get_organization_invitation '{}' --json logto.logto_get_organization_role
Get organization role details by ID.
read - Parameters
- none
kosmo integrations:call logto.logto_get_organization_role '{}' --json kosmo integrations:logto logto_get_organization_role '{}' --json logto.logto_get_organization_scope
Get organization scope details by ID.
read - Parameters
- none
kosmo integrations:call logto.logto_get_organization_scope '{}' --json kosmo integrations:logto logto_get_organization_scope '{}' --json logto.logto_get_profile
Get profile for the user.
read - Parameters
- none
kosmo integrations:call logto.logto_get_profile '{}' --json kosmo integrations:logto logto_get_profile '{}' --json logto.logto_get_resource
Get an API resource details by ID.
read - Parameters
- none
kosmo integrations:call logto.logto_get_resource '{}' --json kosmo integrations:logto logto_get_resource '{}' --json logto.logto_get_role
Get role details by ID.
read - Parameters
- none
kosmo integrations:call logto.logto_get_role '{}' --json kosmo integrations:logto logto_get_role '{}' --json logto.logto_get_saml_application
Get SAML application details by ID.
read - Parameters
- none
kosmo integrations:call logto.logto_get_saml_application '{}' --json kosmo integrations:logto logto_get_saml_application '{}' --json logto.logto_get_saml_application_callback
Handle the OIDC callback for SAML application and generate SAML response.
read - Parameters
- none
kosmo integrations:call logto.logto_get_saml_application_callback '{}' --json kosmo integrations:logto logto_get_saml_application_callback '{}' --json logto.logto_get_saml_authn
Process SAML authentication request using HTTP Redirect binding.
read - Parameters
- none
kosmo integrations:call logto.logto_get_saml_authn '{}' --json kosmo integrations:logto logto_get_saml_authn '{}' --json logto.logto_get_sessions
Retrieve all non-expired sessions for the user, including session metadata and interaction details when available. A logto-verification-id in header is required for checking sensitive session details.
read - Parameters
- none
kosmo integrations:call logto.logto_get_sessions '{}' --json kosmo integrations:logto logto_get_sessions '{}' --json logto.logto_get_sign_in_exp
Get the default sign-in experience settings.
read - Parameters
- none
kosmo integrations:call logto.logto_get_sign_in_exp '{}' --json kosmo integrations:logto logto_get_sign_in_exp '{}' --json logto.logto_get_sign_in_experience_config
Get the full sign-in experience configuration.
read - Parameters
- none
kosmo integrations:call logto.logto_get_sign_in_experience_config '{}' --json kosmo integrations:logto logto_get_sign_in_experience_config '{}' --json logto.logto_get_sign_in_experience_phrases
Get localized phrases based on the specified language.
read - Parameters
- none
kosmo integrations:call logto.logto_get_sign_in_experience_phrases '{}' --json kosmo integrations:logto logto_get_sign_in_experience_phrases '{}' --json logto.logto_get_social_identity_access_token
This API retrieves the access token issued by a third-party social provider for a given social target. Access is only available if token storage is enabled for the corresponding social connector. When a user authenticates through a social provider, Logto automatically stores the provider's tokens in an encrypted form. You can use this API to securely retrieve the stored access token and use it to access third-party APIs on behalf of the user.
read - Parameters
- none
kosmo integrations:call logto.logto_get_social_identity_access_token '{}' --json kosmo integrations:logto logto_get_social_identity_access_token '{}' --json logto.logto_get_sso_connector
Get SSO connector data by ID. In addition to the raw SSO connector data, a copy of fetched or parsed IdP configs and a copy of connector provider's data will be attached.
read - Parameters
- none
kosmo integrations:call logto.logto_get_sso_connector '{}' --json kosmo integrations:logto logto_get_sso_connector '{}' --json logto.logto_get_status
The traditional health check API. No authentication needed. > **Note** > Even if 204 is returned, it does not guarantee all the APIs are working properly since they may depend on additional resources or external services.
read - Parameters
- none
kosmo integrations:call logto.logto_get_status '{}' --json kosmo integrations:logto logto_get_status '{}' --json logto.logto_get_swagger_json
The endpoint for the current JSON document. The JSON conforms to the [OpenAPI v3.0.1](https://spec.openapis.org/oas/v3.0.1) (a.k.a. Swagger) specification.
read - Parameters
- none
kosmo integrations:call logto.logto_get_swagger_json '{}' --json kosmo integrations:logto logto_get_swagger_json '{}' --json logto.logto_get_system_application_config
Get the application constants.
read - Parameters
- none
kosmo integrations:call logto.logto_get_system_application_config '{}' --json kosmo integrations:logto logto_get_system_application_config '{}' --json logto.logto_get_total_user_count
Get total user count in the current tenant.
read - Parameters
- none
kosmo integrations:call logto.logto_get_total_user_count '{}' --json kosmo integrations:logto logto_get_total_user_count '{}' --json logto.logto_get_user
Get user data for the given ID.
read - Parameters
- none
kosmo integrations:call logto.logto_get_user '{}' --json kosmo integrations:logto logto_get_user '{}' --json logto.logto_get_user_asset_service_status
Get user assets service status.
read - Parameters
- none
kosmo integrations:call logto.logto_get_user_asset_service_status '{}' --json kosmo integrations:logto logto_get_user_asset_service_status '{}' --json logto.logto_get_user_has_password
Check if the user with the given ID has a password set.
read - Parameters
- none
kosmo integrations:call logto.logto_get_user_has_password '{}' --json kosmo integrations:logto logto_get_user_has_password '{}' --json logto.logto_get_user_identity
This API retrieves the social identity and its associated token set for the specified user from the Logto Secret Vault. The token set will only be available if token storage is enabled for the corresponding social connector.
read - Parameters
- none
kosmo integrations:call logto.logto_get_user_identity '{}' --json kosmo integrations:logto logto_get_user_identity '{}' --json logto.logto_get_user_session
Retrieve a non-expired session for the user by session ID, including session metadata and interaction details when available.
read - Parameters
- none
kosmo integrations:call logto.logto_get_user_session '{}' --json kosmo integrations:logto logto_get_user_session '{}' --json logto.logto_get_user_sso_identity
This API retrieves the user's enterprise SSO identity and associated token set record from the Logto Secret Vault. The token set will only be available if token storage is enabled for the corresponding SSO connector.
read - Parameters
- none
kosmo integrations:call logto.logto_get_user_sso_identity '{}' --json kosmo integrations:logto logto_get_user_sso_identity '{}' --json logto.logto_get_well_known_account_center
Get the default account center configuration.
read - Parameters
- none
kosmo integrations:call logto.logto_get_well_known_account_center '{}' --json kosmo integrations:logto logto_get_well_known_account_center '{}' --json logto.logto_get_well_known_experience
Get the full sign-in experience configuration.
read - Parameters
- none
kosmo integrations:call logto.logto_get_well_known_experience '{}' --json kosmo integrations:logto logto_get_well_known_experience '{}' --json logto.logto_get_well_known_experience_openapi_json
The endpoint for the Experience API JSON document. The JSON conforms to the [OpenAPI v3.0.1](https://spec.openapis.org/oas/v3.0.1) (a.k.a. Swagger) specification.
read - Parameters
- none
kosmo integrations:call logto.logto_get_well_known_experience_openapi_json '{}' --json kosmo integrations:logto logto_get_well_known_experience_openapi_json '{}' --json logto.logto_get_well_known_management_openapi_json
The endpoint for the Management API JSON document. The JSON conforms to the [OpenAPI v3.0.1](https://spec.openapis.org/oas/v3.0.1) (a.k.a. Swagger) specification.
read - Parameters
- none
kosmo integrations:call logto.logto_get_well_known_management_openapi_json '{}' --json kosmo integrations:logto logto_get_well_known_management_openapi_json '{}' --json logto.logto_get_well_known_user_openapi_json
The endpoint for the User API JSON document. The JSON conforms to the [OpenAPI v3.0.1](https://spec.openapis.org/oas/v3.0.1) (a.k.a. Swagger) specification.
read - Parameters
- none
kosmo integrations:call logto.logto_get_well_known_user_openapi_json '{}' --json kosmo integrations:logto logto_get_well_known_user_openapi_json '{}' --json logto.logto_identify_user
This API identifies the user based on the verificationId within the current experience interaction: - `SignIn` and `ForgotPassword` interactions: Verifies the user's identity using the provided `verificationId`. - `Register` interaction: Creates a new user account using the profile data from the current interaction. If a verificationId is provided, the profile data will first be updated with the verification record before creating the account. If not, the account is created directly from the sto
write - Parameters
- none
kosmo integrations:call logto.logto_identify_user '{}' --json kosmo integrations:logto logto_identify_user '{}' --json logto.logto_init_interaction
Init a new experience interaction with the given interaction type. Any existing interaction data will be cleared.
write - Parameters
- none
kosmo integrations:call logto.logto_init_interaction '{}' --json kosmo integrations:logto logto_init_interaction '{}' --json logto.logto_list_application_organizations
Get the list of organizations that an application is associated with.
read - Parameters
- none
kosmo integrations:call logto.logto_list_application_organizations '{}' --json kosmo integrations:logto logto_list_application_organizations '{}' --json logto.logto_list_application_protected_app_metadata_custom_domains
Get custom domains of the specified application, the application type should be protected app.
read - Parameters
- none
kosmo integrations:call logto.logto_list_application_protected_app_metadata_custom_domains '{}' --json kosmo integrations:logto logto_list_application_protected_app_metadata_custom_domains '{}' --json logto.logto_list_application_roles
Get API resource roles assigned to the specified application with pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_application_roles '{}' --json kosmo integrations:logto logto_list_application_roles '{}' --json logto.logto_list_application_secrets
Get all the secrets for the application.
read - Parameters
- none
kosmo integrations:call logto.logto_list_application_secrets '{}' --json kosmo integrations:logto logto_list_application_secrets '{}' --json logto.logto_list_application_user_consent_organizations
List all the user consented organizations for a application by application id and user id.
read - Parameters
- none
kosmo integrations:call logto.logto_list_application_user_consent_organizations '{}' --json kosmo integrations:logto logto_list_application_user_consent_organizations '{}' --json logto.logto_list_application_user_consent_scopes
List all the user consent scopes of an application by application id
read - Parameters
- none
kosmo integrations:call logto.logto_list_application_user_consent_scopes '{}' --json kosmo integrations:logto logto_list_application_user_consent_scopes '{}' --json logto.logto_list_applications
Get applications that match the given query with pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_applications '{}' --json kosmo integrations:logto logto_list_applications '{}' --json logto.logto_list_connector_factories
Get all connector factories data available in Logto.
read - Parameters
- none
kosmo integrations:call logto.logto_list_connector_factories '{}' --json kosmo integrations:logto logto_list_connector_factories '{}' --json logto.logto_list_connectors
Get all connectors in the current tenant.
read - Parameters
- none
kosmo integrations:call logto.logto_list_connectors '{}' --json kosmo integrations:logto logto_list_connectors '{}' --json logto.logto_list_custom_phrases
Get all custom phrases for all languages.
read - Parameters
- none
kosmo integrations:call logto.logto_list_custom_phrases '{}' --json kosmo integrations:logto logto_list_custom_phrases '{}' --json logto.logto_list_custom_profile_fields
Get all custom profile fields.
read - Parameters
- none
kosmo integrations:call logto.logto_list_custom_profile_fields '{}' --json kosmo integrations:logto logto_list_custom_profile_fields '{}' --json logto.logto_list_domains
Get all of your custom domains.
read - Parameters
- none
kosmo integrations:call logto.logto_list_domains '{}' --json kosmo integrations:logto logto_list_domains '{}' --json logto.logto_list_email_templates
Get the list of email templates.
read - Parameters
- none
kosmo integrations:call logto.logto_list_email_templates '{}' --json kosmo integrations:logto logto_list_email_templates '{}' --json logto.logto_list_hook_recent_logs
Get recent logs that match the given query for the specified hook with pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_hook_recent_logs '{}' --json kosmo integrations:logto logto_list_hook_recent_logs '{}' --json logto.logto_list_hooks
Get a list of hooks with optional pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_hooks '{}' --json kosmo integrations:logto logto_list_hooks '{}' --json logto.logto_list_jwt_customizers
Get all JWT customizers for the tenant.
read - Parameters
- none
kosmo integrations:call logto.logto_list_jwt_customizers '{}' --json kosmo integrations:logto logto_list_jwt_customizers '{}' --json logto.logto_list_logs
Get logs that match the given query with pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_logs '{}' --json kosmo integrations:logto logto_list_logs '{}' --json logto.logto_list_one_time_tokens
Get a list of one-time tokens, filtering by email and status, with optional pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_one_time_tokens '{}' --json kosmo integrations:logto logto_list_one_time_tokens '{}' --json logto.logto_list_organization_application_roles
Get roles associated with the application in the organization.
read - Parameters
- none
kosmo integrations:call logto.logto_list_organization_application_roles '{}' --json kosmo integrations:logto logto_list_organization_application_roles '{}' --json logto.logto_list_organization_applications
Get applications associated with the organization.
read - Parameters
- none
kosmo integrations:call logto.logto_list_organization_applications '{}' --json kosmo integrations:logto logto_list_organization_applications '{}' --json logto.logto_list_organization_invitations
Get organization invitations.
read - Parameters
- none
kosmo integrations:call logto.logto_list_organization_invitations '{}' --json kosmo integrations:logto logto_list_organization_invitations '{}' --json logto.logto_list_organization_jit_email_domains
Get email domains for just-in-time provisioning of users in the organization.
read - Parameters
- none
kosmo integrations:call logto.logto_list_organization_jit_email_domains '{}' --json kosmo integrations:logto logto_list_organization_jit_email_domains '{}' --json logto.logto_list_organization_jit_roles
Get organization roles that will be assigned to users during just-in-time provisioning.
read - Parameters
- none
kosmo integrations:call logto.logto_list_organization_jit_roles '{}' --json kosmo integrations:logto logto_list_organization_jit_roles '{}' --json logto.logto_list_organization_jit_sso_connectors
Get enterprise SSO connectors for just-in-time provisioning of users in the organization.
read - Parameters
- none
kosmo integrations:call logto.logto_list_organization_jit_sso_connectors '{}' --json kosmo integrations:logto logto_list_organization_jit_sso_connectors '{}' --json logto.logto_list_organization_role_resource_scopes
Get resource scopes that are assigned to the specified organization role with optional pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_organization_role_resource_scopes '{}' --json kosmo integrations:logto logto_list_organization_role_resource_scopes '{}' --json logto.logto_list_organization_role_scopes
Get organization scopes that are assigned to the specified organization role with optional pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_organization_role_scopes '{}' --json kosmo integrations:logto logto_list_organization_role_scopes '{}' --json logto.logto_list_organization_roles
Get organization roles with pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_organization_roles '{}' --json kosmo integrations:logto logto_list_organization_roles '{}' --json logto.logto_list_organization_scopes
Get organization scopes that match with optional pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_organization_scopes '{}' --json kosmo integrations:logto logto_list_organization_scopes '{}' --json logto.logto_list_organization_user_roles
Get roles assigned to a user in the specified organization with pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_organization_user_roles '{}' --json kosmo integrations:logto logto_list_organization_user_roles '{}' --json logto.logto_list_organization_user_scopes
Get scopes assigned to a user in the specified organization tailored by the organization roles. The scopes are derived from the organization roles assigned to the user.
read - Parameters
- none
kosmo integrations:call logto.logto_list_organization_user_scopes '{}' --json kosmo integrations:logto logto_list_organization_user_scopes '{}' --json logto.logto_list_organization_users
Get users that are members of the specified organization for the given query with pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_organization_users '{}' --json kosmo integrations:logto logto_list_organization_users '{}' --json logto.logto_list_organizations
Get organizations that match the given query with pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_organizations '{}' --json kosmo integrations:logto logto_list_organizations '{}' --json logto.logto_list_resource_scopes
Get scopes (permissions) defined for an API resource.
read - Parameters
- none
kosmo integrations:call logto.logto_list_resource_scopes '{}' --json kosmo integrations:logto logto_list_resource_scopes '{}' --json logto.logto_list_resources
Get API resources in the current tenant with pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_resources '{}' --json kosmo integrations:logto logto_list_resources '{}' --json logto.logto_list_role_applications
Get applications that have the role assigned with pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_role_applications '{}' --json kosmo integrations:logto logto_list_role_applications '{}' --json logto.logto_list_role_scopes
Get API resource scopes (permissions) linked with a role.
read - Parameters
- none
kosmo integrations:call logto.logto_list_role_scopes '{}' --json kosmo integrations:logto logto_list_role_scopes '{}' --json logto.logto_list_role_users
Get users who have the role assigned with pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_role_users '{}' --json kosmo integrations:logto logto_list_role_users '{}' --json logto.logto_list_roles
Get roles with filters and pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_roles '{}' --json kosmo integrations:logto logto_list_roles '{}' --json logto.logto_list_saml_application_metadata
Get the SAML metadata XML for the application.
read - Parameters
- none
kosmo integrations:call logto.logto_list_saml_application_metadata '{}' --json kosmo integrations:logto logto_list_saml_application_metadata '{}' --json logto.logto_list_saml_application_secrets
Get all signing certificates of the SAML application.
read - Parameters
- none
kosmo integrations:call logto.logto_list_saml_application_secrets '{}' --json kosmo integrations:logto logto_list_saml_application_secrets '{}' --json logto.logto_list_sso_connector_providers
Get a complete list of supported SSO connector providers.
read - Parameters
- none
kosmo integrations:call logto.logto_list_sso_connector_providers '{}' --json kosmo integrations:logto logto_list_sso_connector_providers '{}' --json logto.logto_list_sso_connectors
Get SSO connectors with pagination. In addition to the raw SSO connector data, a copy of fetched or parsed IdP configs and a copy of connector provider's data will be attached.
read - Parameters
- none
kosmo integrations:call logto.logto_list_sso_connectors '{}' --json kosmo integrations:logto logto_list_sso_connectors '{}' --json logto.logto_list_user_all_identities
This API retrieves all identities (social and enterprise SSO) for a user, along with their associated token set records from the Logto Secret Vault. The token sets will only be available if token storage is enabled for the corresponding identity connector.
read - Parameters
- none
kosmo integrations:call logto.logto_list_user_all_identities '{}' --json kosmo integrations:logto logto_list_user_all_identities '{}' --json logto.logto_list_user_custom_data
Get custom data for the given user ID.
read - Parameters
- none
kosmo integrations:call logto.logto_list_user_custom_data '{}' --json kosmo integrations:logto logto_list_user_custom_data '{}' --json logto.logto_list_user_grants
Retrieve all non-expired grants of the user. Optionally filter by application type via `appType`; when omitted, grants from all application types are returned.
read - Parameters
- none
kosmo integrations:call logto.logto_list_user_grants '{}' --json kosmo integrations:logto logto_list_user_grants '{}' --json logto.logto_list_user_logto_configs
Retrieve the exposed portion of a user's logto config. Includes MFA states (enabled, skipped, skipMfaOnSignIn) and passkey sign-in states (skipped).
read - Parameters
- none
kosmo integrations:call logto.logto_list_user_logto_configs '{}' --json kosmo integrations:logto logto_list_user_logto_configs '{}' --json logto.logto_list_user_mfa_verifications
Get a user's existing MFA verifications for a given user ID.
read - Parameters
- none
kosmo integrations:call logto.logto_list_user_mfa_verifications '{}' --json kosmo integrations:logto logto_list_user_mfa_verifications '{}' --json logto.logto_list_user_organizations
Get all organizations that the user is a member of. In each organization object, the user's roles in that organization are included in the `organizationRoles` array.
read - Parameters
- none
kosmo integrations:call logto.logto_list_user_organizations '{}' --json kosmo integrations:logto logto_list_user_organizations '{}' --json logto.logto_list_user_personal_access_tokens
Get all personal access tokens for the user.
read - Parameters
- none
kosmo integrations:call logto.logto_list_user_personal_access_tokens '{}' --json kosmo integrations:logto logto_list_user_personal_access_tokens '{}' --json logto.logto_list_user_roles
Get API resource roles assigned to the user with pagination.
read - Parameters
- none
kosmo integrations:call logto.logto_list_user_roles '{}' --json kosmo integrations:logto logto_list_user_roles '{}' --json logto.logto_list_user_sessions
Retrieve all non-expired sessions for the user, including session metadata and interaction details when available.
read - Parameters
- none
kosmo integrations:call logto.logto_list_user_sessions '{}' --json kosmo integrations:logto logto_list_user_sessions '{}' --json logto.logto_list_users
Get users with filters and pagination. Logto provides a very flexible way to query users. You can filter users by almost any fields with multiple modes. To learn more about the query syntax, please refer to [Advanced user search](https://docs.logto.io/docs/recipes/manage-users/advanced-user-search/).
read - Parameters
- none
kosmo integrations:call logto.logto_list_users '{}' --json kosmo integrations:logto logto_list_users '{}' --json logto.logto_mark_mfa_enabled
Mark the user's MFA as enabled for the current interaction and persist in DB user configs upon successful submission.
write - Parameters
- none
kosmo integrations:call logto.logto_mark_mfa_enabled '{}' --json kosmo integrations:logto logto_mark_mfa_enabled '{}' --json logto.logto_replace_application_roles
Update API resource roles assigned to the specified application. This will replace the existing API resource roles.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_application_roles '{}' --json kosmo integrations:logto logto_replace_application_roles '{}' --json logto.logto_replace_application_sign_in_experience
Update application level sign-in experience for the specified application. Create a new sign-in experience if it does not exist. - Only branding properties and terms links customization is supported for now. - Only third-party applications can be customized for now. - Application level sign-in experience customization is optional, if provided, it will override the default branding and terms links.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_application_sign_in_experience '{}' --json kosmo integrations:logto logto_replace_application_sign_in_experience '{}' --json logto.logto_replace_application_user_consent_organizations
Grant a list of organization access of a user for a application by application id and user id. The user must be a member of all the organizations. Only third-party application needs to be granted access to organizations, all the other applications can request for all the organizations' access by default.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_application_user_consent_organizations '{}' --json kosmo integrations:logto logto_replace_application_user_consent_organizations '{}' --json logto.logto_replace_custom_phrase
Upsert custom phrases for the specified language tag. Upsert means that if the custom phrases already exist, they will be updated. Otherwise, they will be created.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_custom_phrase '{}' --json kosmo integrations:logto logto_replace_custom_phrase '{}' --json logto.logto_replace_email_templates
Create or replace a list of email templates. If an email template with the same language tag and template type already exists, its details will be updated.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_email_templates '{}' --json kosmo integrations:logto logto_replace_email_templates '{}' --json logto.logto_replace_one_time_token_status
Update the status of a one-time token by its ID. This can be used to mark the token as consumed or expired.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_one_time_token_status '{}' --json kosmo integrations:logto logto_replace_one_time_token_status '{}' --json logto.logto_replace_organization_application_roles
Replace all roles associated with the application in the organization with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_organization_application_roles '{}' --json kosmo integrations:logto logto_replace_organization_application_roles '{}' --json logto.logto_replace_organization_applications
Replace all applications associated with the organization with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_organization_applications '{}' --json kosmo integrations:logto logto_replace_organization_applications '{}' --json logto.logto_replace_organization_invitation_status
Update the status of an organization invitation by ID.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_organization_invitation_status '{}' --json kosmo integrations:logto logto_replace_organization_invitation_status '{}' --json logto.logto_replace_organization_jit_email_domains
Replace all just-in-time provisioning email domains for the organization with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_organization_jit_email_domains '{}' --json kosmo integrations:logto logto_replace_organization_jit_email_domains '{}' --json logto.logto_replace_organization_jit_roles
Replace all organization roles that will be assigned to users during just-in-time provisioning with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_organization_jit_roles '{}' --json kosmo integrations:logto logto_replace_organization_jit_roles '{}' --json logto.logto_replace_organization_jit_sso_connectors
Replace all enterprise SSO connectors for just-in-time provisioning of users in the organization with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_organization_jit_sso_connectors '{}' --json kosmo integrations:logto logto_replace_organization_jit_sso_connectors '{}' --json logto.logto_replace_organization_role_resource_scopes
Replace all resource scopes that are assigned to the specified organization role with the given resource scopes. This effectively removes all existing organization scope assignments and replaces them with the new ones.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_organization_role_resource_scopes '{}' --json kosmo integrations:logto logto_replace_organization_role_resource_scopes '{}' --json logto.logto_replace_organization_role_scopes
Replace all organization scopes that are assigned to the specified organization role with the given organization scopes. This effectively removes all existing organization scope assignments and replaces them with the new ones.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_organization_role_scopes '{}' --json kosmo integrations:logto logto_replace_organization_role_scopes '{}' --json logto.logto_replace_organization_user_roles
Update roles assigned to a user in the specified organization with the provided data.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_organization_user_roles '{}' --json kosmo integrations:logto logto_replace_organization_user_roles '{}' --json logto.logto_replace_organization_users
Replace all user members for the specified organization with the given users. This effectively removing all existing user memberships in the organization and adding the new users as members.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_organization_users '{}' --json kosmo integrations:logto logto_replace_organization_users '{}' --json logto.logto_replace_user_identity
Directly update a social identity of the user.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_user_identity '{}' --json kosmo integrations:logto logto_replace_user_identity '{}' --json logto.logto_replace_user_roles
Update API resource roles assigned to the user. This will replace the existing roles.
write - Parameters
- none
kosmo integrations:call logto.logto_replace_user_roles '{}' --json kosmo integrations:logto logto_replace_user_roles '{}' --json logto.logto_reset_user_password
Reset the user's password. (`ForgotPassword` interaction only)
write - Parameters
- none
kosmo integrations:call logto.logto_reset_user_password '{}' --json kosmo integrations:logto logto_reset_user_password '{}' --json logto.logto_rotate_oidc_keys
A new key will be generated and prepend to the list of keys. Only two recent keys will be kept. The oldest key will be automatically removed if there are more than two keys.
write - Parameters
- none
kosmo integrations:call logto.logto_rotate_oidc_keys '{}' --json kosmo integrations:logto logto_rotate_oidc_keys '{}' --json logto.logto_skip_mfa_binding_flow
Skip MFA verification binding flow. If the MFA is enabled in the sign-in experience settings and marked as `UserControlled`, the user can skip the MFA verification binding flow by calling this API.
write - Parameters
- none
kosmo integrations:call logto.logto_skip_mfa_binding_flow '{}' --json kosmo integrations:logto logto_skip_mfa_binding_flow '{}' --json logto.logto_skip_mfa_suggestion
Mark the optional additional MFA binding suggestion as skipped for the current interaction. When multiple MFA factors are enabled and only an email/phone factor is configured, a suggestion to add another factor may be shown; this endpoint records the choice to skip.
write - Parameters
- none
kosmo integrations:call logto.logto_skip_mfa_suggestion '{}' --json kosmo integrations:logto logto_skip_mfa_suggestion '{}' --json logto.logto_skip_passkey_binding
Skip passkey binding flow. The users can temporarily skip the passkey binding flow by calling this API during sign-up. On sign-in, the skip flag will be persisted to user config.
write - Parameters
- none
kosmo integrations:call logto.logto_skip_passkey_binding '{}' --json kosmo integrations:logto logto_skip_passkey_binding '{}' --json logto.logto_submit_interaction
Submit the current interaction. - Submit the verified user identity to the OIDC provider for further authentication (SignIn and Register). - Update the user's profile data if any (SignIn and Register). - Reset the password and clear all the interaction records (ForgotPassword).
write - Parameters
- none
kosmo integrations:call logto.logto_submit_interaction '{}' --json kosmo integrations:logto logto_submit_interaction '{}' --json logto.logto_test_jwt_customizer
Test the JWT customizer script with the given sample context and sample token payload.
write - Parameters
- none
kosmo integrations:call logto.logto_test_jwt_customizer '{}' --json kosmo integrations:logto logto_test_jwt_customizer '{}' --json logto.logto_update_account_center_settings
Update the account center settings with the provided settings.
write - Parameters
- none
kosmo integrations:call logto.logto_update_account_center_settings '{}' --json kosmo integrations:logto logto_update_account_center_settings '{}' --json logto.logto_update_admin_console_config
Update the global configuration object for Logto Console. This method performs a partial update.
write - Parameters
- none
kosmo integrations:call logto.logto_update_admin_console_config '{}' --json kosmo integrations:logto logto_update_admin_console_config '{}' --json logto.logto_update_application
Update application details by ID with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_update_application '{}' --json kosmo integrations:logto logto_update_application '{}' --json logto.logto_update_application_custom_data
Update the custom data of an application.
write - Parameters
- none
kosmo integrations:call logto.logto_update_application_custom_data '{}' --json kosmo integrations:logto logto_update_application_custom_data '{}' --json logto.logto_update_application_secret
Update a secret for the application by name.
write - Parameters
- none
kosmo integrations:call logto.logto_update_application_secret '{}' --json kosmo integrations:logto logto_update_application_secret '{}' --json logto.logto_update_captcha_provider
Update the captcha provider with the provided settings.
write - Parameters
- none
kosmo integrations:call logto.logto_update_captcha_provider '{}' --json kosmo integrations:logto logto_update_captcha_provider '{}' --json logto.logto_update_connector
Update connector by ID with the given data. This methods performs a partial update.
write - Parameters
- none
kosmo integrations:call logto.logto_update_connector '{}' --json kosmo integrations:logto logto_update_connector '{}' --json logto.logto_update_custom_profile_field_by_name
Update a custom profile field by name.
write - Parameters
- none
kosmo integrations:call logto.logto_update_custom_profile_field_by_name '{}' --json kosmo integrations:logto logto_update_custom_profile_field_by_name '{}' --json logto.logto_update_custom_profile_fields_sie_order
Update the display order of the custom profile fields in Sign-in Experience.
write - Parameters
- none
kosmo integrations:call logto.logto_update_custom_profile_fields_sie_order '{}' --json kosmo integrations:logto logto_update_custom_profile_fields_sie_order '{}' --json logto.logto_update_email_template_details
Update the details of an email template by its ID.
write - Parameters
- none
kosmo integrations:call logto.logto_update_email_template_details '{}' --json kosmo integrations:logto logto_update_email_template_details '{}' --json logto.logto_update_hook
Update hook details by ID with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_update_hook '{}' --json kosmo integrations:logto logto_update_hook '{}' --json logto.logto_update_hook_signing_key
Update the signing key for the specified hook.
write - Parameters
- none
kosmo integrations:call logto.logto_update_hook_signing_key '{}' --json kosmo integrations:logto logto_update_hook_signing_key '{}' --json logto.logto_update_interaction_event
Update the current experience interaction event to the given event type. This API is used to switch the interaction event between `SignIn` and `Register`, while keeping all the verification records data.
write - Parameters
- none
kosmo integrations:call logto.logto_update_interaction_event '{}' --json kosmo integrations:logto logto_update_interaction_event '{}' --json logto.logto_update_jwt_customizer
Update the JWT customizer for the given token type.
write - Parameters
- none
kosmo integrations:call logto.logto_update_jwt_customizer '{}' --json kosmo integrations:logto logto_update_jwt_customizer '{}' --json logto.logto_update_logto_config
Update the exposed portion of the current user's logto config. Supports updating MFA states (enabled, skipped, skipMfaOnSignIn) and passkey sign-in binding states (skipped). Passkey is a WebAuthn MFA factor and shares the same account center field access control as MFA.
write - Parameters
- none
kosmo integrations:call logto.logto_update_logto_config '{}' --json kosmo integrations:logto logto_update_logto_config '{}' --json logto.logto_update_mfa_settings
Update MFA settings for the user. This endpoint requires identity verification and the Identities scope. Controls whether MFA verification is required during sign-in when the user has MFA configured.
write - Parameters
- none
kosmo integrations:call logto.logto_update_mfa_settings '{}' --json kosmo integrations:logto logto_update_mfa_settings '{}' --json logto.logto_update_mfa_verification_name
Update a MFA verification name, a logto-verification-id in header is required for checking sensitive permissions. Only WebAuthn is supported for now.
write - Parameters
- none
kosmo integrations:call logto.logto_update_mfa_verification_name '{}' --json kosmo integrations:logto logto_update_mfa_verification_name '{}' --json logto.logto_update_oidc_session_config
Update the OIDC session configuration for the tenant. This method performs a partial update. If the configuration does not exist, it will be created.
write - Parameters
- none
kosmo integrations:call logto.logto_update_oidc_session_config '{}' --json kosmo integrations:logto logto_update_oidc_session_config '{}' --json logto.logto_update_organization
Update organization details by ID with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_update_organization '{}' --json kosmo integrations:logto logto_update_organization '{}' --json logto.logto_update_organization_role
Update organization role details by ID with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_update_organization_role '{}' --json kosmo integrations:logto logto_update_organization_role '{}' --json logto.logto_update_organization_scope
Update organization scope details by ID with the given data.
write - Parameters
- none
kosmo integrations:call logto.logto_update_organization_scope '{}' --json kosmo integrations:logto logto_update_organization_scope '{}' --json logto.logto_update_other_profile
Update other profile for the user, only the fields that are passed in will be updated, to update the address, the user must have the address scope.
write - Parameters
- none
kosmo integrations:call logto.logto_update_other_profile '{}' --json kosmo integrations:logto logto_update_other_profile '{}' --json logto.logto_update_password
Update password for the user, a logto-verification-id in header is required for checking sensitive permissions.
write - Parameters
- none
kosmo integrations:call logto.logto_update_password '{}' --json kosmo integrations:logto logto_update_password '{}' --json logto.logto_update_personal_access_token_name
Update a token for the user by name.
write - Parameters
- none
kosmo integrations:call logto.logto_update_personal_access_token_name '{}' --json kosmo integrations:logto logto_update_personal_access_token_name '{}' --json logto.logto_update_primary_email
Update primary email for the user, a logto-verification-id in header is required for checking sensitive permissions, and a new identifier verification record is required for the new email ownership verification.
write - Parameters
- none
kosmo integrations:call logto.logto_update_primary_email '{}' --json kosmo integrations:logto logto_update_primary_email '{}' --json logto.logto_update_primary_phone
Update primary phone for the user, a logto-verification-id in header is required for checking sensitive permissions, and a new identifier verification record is required for the new phone ownership verification.
write - Parameters
- none
kosmo integrations:call logto.logto_update_primary_phone '{}' --json kosmo integrations:logto logto_update_primary_phone '{}' --json logto.logto_update_profile
Update profile for the user, only the fields that are passed in will be updated. Updating or deleting username requires a logto-verification-id header for checking sensitive permissions. Removing any sign-in identifier, including username, is rejected if it would remove the user's last identifier.
write - Parameters
- none
kosmo integrations:call logto.logto_update_profile '{}' --json kosmo integrations:logto logto_update_profile '{}' --json logto.logto_update_resource
Update an API resource details by ID with the given data. This method performs a partial update.
write - Parameters
- none
kosmo integrations:call logto.logto_update_resource '{}' --json kosmo integrations:logto logto_update_resource '{}' --json logto.logto_update_resource_is_default
Set an API resource as the default resource for the current tenant. Each tenant can have only one default API resource. If an API resource is set as default, the previously set default API resource will be set as non-default. See [this section](https://docs.logto.io/docs/references/resources/#default-api) for more information.
write - Parameters
- none
kosmo integrations:call logto.logto_update_resource_is_default '{}' --json kosmo integrations:logto logto_update_resource_is_default '{}' --json logto.logto_update_resource_scope
Update an API resource scope (permission) for the given resource. This method performs a partial update.
write - Parameters
- none
kosmo integrations:call logto.logto_update_resource_scope '{}' --json kosmo integrations:logto logto_update_resource_scope '{}' --json logto.logto_update_role
Update role details. This method performs a partial update.
write - Parameters
- none
kosmo integrations:call logto.logto_update_role '{}' --json kosmo integrations:logto logto_update_role '{}' --json logto.logto_update_saml_application
Update SAML application details by ID.
write - Parameters
- none
kosmo integrations:call logto.logto_update_saml_application '{}' --json kosmo integrations:logto logto_update_saml_application '{}' --json logto.logto_update_saml_application_secret
Update the status of a signing certificate.
write - Parameters
- none
kosmo integrations:call logto.logto_update_saml_application_secret '{}' --json kosmo integrations:logto logto_update_saml_application_secret '{}' --json logto.logto_update_sign_in_exp
Update the default sign-in experience settings with the provided data.
write - Parameters
- none
kosmo integrations:call logto.logto_update_sign_in_exp '{}' --json kosmo integrations:logto logto_update_sign_in_exp '{}' --json logto.logto_update_social_identity_access_token_by_verification_id
This API updates the token storage for a social identity by a given social verification ID. It is used to fetch a new access token from the social provider and store it securely in Logto.
write - Parameters
- none
kosmo integrations:call logto.logto_update_social_identity_access_token_by_verification_id '{}' --json kosmo integrations:logto logto_update_social_identity_access_token_by_verification_id '{}' --json logto.logto_update_sso_connector
Update an SSO connector by ID. This method performs a partial update.
write - Parameters
- none
kosmo integrations:call logto.logto_update_sso_connector '{}' --json kosmo integrations:logto logto_update_sso_connector '{}' --json logto.logto_update_user
Update user data for the given ID. This method performs a partial update.
write - Parameters
- none
kosmo integrations:call logto.logto_update_user '{}' --json kosmo integrations:logto logto_update_user '{}' --json logto.logto_update_user_custom_data
Update custom data for the given user ID. This method performs a partial update of the custom data object.
write - Parameters
- none
kosmo integrations:call logto.logto_update_user_custom_data '{}' --json kosmo integrations:logto logto_update_user_custom_data '{}' --json logto.logto_update_user_is_suspended
Update user suspension status for the given ID.
write - Parameters
- none
kosmo integrations:call logto.logto_update_user_is_suspended '{}' --json kosmo integrations:logto logto_update_user_is_suspended '{}' --json logto.logto_update_user_logto_configs
Update the exposed portion of a user's logto config. Supports updating MFA states (enabled, skipped, skipMfaOnSignIn) and passkey sign-in states (skipped). All fields are optional - only provided fields will be updated.
write - Parameters
- none
kosmo integrations:call logto.logto_update_user_logto_configs '{}' --json kosmo integrations:logto logto_update_user_logto_configs '{}' --json logto.logto_update_user_password
Update user password for the given ID.
write - Parameters
- none
kosmo integrations:call logto.logto_update_user_password '{}' --json kosmo integrations:logto logto_update_user_password '{}' --json logto.logto_update_user_personal_access_token
Update a token for the user by name using the legacy path parameter. Deprecated: use the PATCH /personal-access-tokens endpoint instead to avoid url name encoding issues.
write - Parameters
- none
kosmo integrations:call logto.logto_update_user_personal_access_token '{}' --json kosmo integrations:logto logto_update_user_personal_access_token '{}' --json logto.logto_update_user_profile
Update profile for the given user ID. This method performs a partial update of the profile object.
write - Parameters
- none
kosmo integrations:call logto.logto_update_user_profile '{}' --json kosmo integrations:logto logto_update_user_profile '{}' --json logto.logto_upload_custom_ui_assets
Upload a zip file containing custom web assets such as HTML, CSS, and JavaScript files, then replace the default sign-in experience with the custom UI assets.
write - Parameters
- none
kosmo integrations:call logto.logto_upload_custom_ui_assets '{}' --json kosmo integrations:logto logto_upload_custom_ui_assets '{}' --json logto.logto_upsert_id_token_config
Create or update the ID token extended claims configuration for the tenant. This controls which extended claims are included in ID tokens when the corresponding scopes are requested.
write - Parameters
- none
kosmo integrations:call logto.logto_upsert_id_token_config '{}' --json kosmo integrations:logto logto_upsert_id_token_config '{}' --json logto.logto_upsert_jwt_customizer
Create or update a JWT customizer for the given token type.
write - Parameters
- none
kosmo integrations:call logto.logto_upsert_jwt_customizer '{}' --json kosmo integrations:logto logto_upsert_jwt_customizer '{}' --json logto.logto_verify_backup_code
Create a new BackupCode verification record and verify the provided backup code against the user's backup codes. The verification record will be marked as verified if the code is correct.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_backup_code '{}' --json kosmo integrations:logto logto_verify_backup_code '{}' --json logto.logto_verify_enterprise_sso_verification
Verify the SSO authorization response data and get the user's identity from the SSO provider.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_enterprise_sso_verification '{}' --json kosmo integrations:logto logto_verify_enterprise_sso_verification '{}' --json logto.logto_verify_mfa_verification_code
Verify the provided MFA verification code. The verification code must have been sent using the MFA verification code endpoint. This endpoint verifies the code against the user's bound identifier and marks the verification as complete if successful.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_mfa_verification_code '{}' --json kosmo integrations:logto logto_verify_mfa_verification_code '{}' --json logto.logto_verify_one_time_token
Verify a one-time token associated with an email address. If the token is valid and not expired, it will be marked as consumed.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_one_time_token '{}' --json kosmo integrations:logto logto_verify_one_time_token '{}' --json logto.logto_verify_one_time_token_verification
Verify the provided one-time token against the user's email. If successful, the verification record will be marked as verified.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_one_time_token_verification '{}' --json kosmo integrations:logto logto_verify_one_time_token_verification '{}' --json logto.logto_verify_sign_in_passkey_authentication
Verify the passkey sign-in WebAuthn authentication response against the stored authentication challenge. When `verificationId` is provided, it verifies against the challenge generated by the identifier-based authentication endpoint. When omitted, it verifies against the preflight authentication options stored in the interaction. Upon successful verification, the verification record will be marked as verified and the user will be resolved by the credential if not provided earlier.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_sign_in_passkey_authentication '{}' --json kosmo integrations:logto logto_verify_sign_in_passkey_authentication '{}' --json logto.logto_verify_social_verification
Verify the social authorization response data and get the user's identity data from the social provider.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_social_verification '{}' --json kosmo integrations:logto logto_verify_social_verification '{}' --json logto.logto_verify_totp_verification
Verifies the provided TOTP code against the new created TOTP secret or the existing TOTP secret. If a verificationId is provided, this API will verify the code against the TOTP secret that is associated with the verification record. Otherwise, a new TOTP verification record will be created and verified against the user's existing TOTP secret.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_totp_verification '{}' --json kosmo integrations:logto logto_verify_totp_verification '{}' --json logto.logto_verify_user_password
Test if the given password matches the user's password.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_user_password '{}' --json kosmo integrations:logto logto_verify_user_password '{}' --json logto.logto_verify_verification_by_social
Verify a social verification record by callback connector data, and save the user information to the record.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_verification_by_social '{}' --json kosmo integrations:logto logto_verify_verification_by_social '{}' --json logto.logto_verify_verification_by_verification_code
Verify the provided verification code against the identifier. If successful, the verification record will be marked as verified.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_verification_by_verification_code '{}' --json kosmo integrations:logto logto_verify_verification_by_verification_code '{}' --json logto.logto_verify_verification_code
Verify a verification code for a specified identifier. if you're using email as the identifier, you need to setup your email connector first. if you're using phone as the identifier, you need to setup your SMS connector first.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_verification_code '{}' --json kosmo integrations:logto logto_verify_verification_code '{}' --json logto.logto_verify_verification_code_verification
Verify the provided verification code against the user's identifier. If successful, the verification record will be marked as verified.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_verification_code_verification '{}' --json kosmo integrations:logto logto_verify_verification_code_verification '{}' --json logto.logto_verify_web_authn_authentication_verification
Verifies the WebAuthn authentication response against the user's authentication challenge. Upon successful verification, the verification record will be marked as verified.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_web_authn_authentication_verification '{}' --json kosmo integrations:logto logto_verify_web_authn_authentication_verification '{}' --json logto.logto_verify_web_authn_registration
Verify the WebAuthn registration by the user's response.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_web_authn_registration '{}' --json kosmo integrations:logto logto_verify_web_authn_registration '{}' --json logto.logto_verify_web_authn_registration_verification
Verify the WebAuthn registration response against the user's WebAuthn registration challenge. If the response is valid, the WebAuthn registration record will be marked as verified.
write - Parameters
- none
kosmo integrations:call logto.logto_verify_web_authn_registration_verification '{}' --json kosmo integrations:logto logto_verify_web_authn_registration_verification '{}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
logto.logto_add_mfa_verification 0 parameters
kosmo integrations:schema logto.logto_add_mfa_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_add_one_time_tokens 0 parameters
kosmo integrations:schema logto.logto_add_one_time_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_add_organization_applications 0 parameters
kosmo integrations:schema logto.logto_add_organization_applications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_add_organization_users 0 parameters
kosmo integrations:schema logto.logto_add_organization_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_add_user_identities 0 parameters
kosmo integrations:schema logto.logto_add_user_identities --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_add_user_profile 0 parameters
kosmo integrations:schema logto.logto_add_user_profile --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_assert_saml 0 parameters
kosmo integrations:schema logto.logto_assert_saml --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_assert_single_sign_on_saml 0 parameters
kosmo integrations:schema logto.logto_assert_single_sign_on_saml --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_assign_application_roles 0 parameters
kosmo integrations:schema logto.logto_assign_application_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_assign_organization_roles_to_application 0 parameters
kosmo integrations:schema logto.logto_assign_organization_roles_to_application --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_assign_organization_roles_to_applications 0 parameters
kosmo integrations:schema logto.logto_assign_organization_roles_to_applications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_assign_organization_roles_to_user 0 parameters
kosmo integrations:schema logto.logto_assign_organization_roles_to_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_assign_organization_roles_to_users 0 parameters
kosmo integrations:schema logto.logto_assign_organization_roles_to_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_assign_user_roles 0 parameters
kosmo integrations:schema logto.logto_assign_user_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_bind_mfa_verification 0 parameters
kosmo integrations:schema logto.logto_bind_mfa_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_bind_passkey 0 parameters
kosmo integrations:schema logto.logto_bind_passkey --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_check_password_with_default_sign_in_experience 0 parameters
kosmo integrations:schema logto.logto_check_password_with_default_sign_in_experience --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_cleanup_domains 0 parameters
kosmo integrations:schema logto.logto_cleanup_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_and_send_mfa_verification_code 0 parameters
kosmo integrations:schema logto.logto_create_and_send_mfa_verification_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_and_send_verification_code 0 parameters
kosmo integrations:schema logto.logto_create_and_send_verification_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_application 0 parameters
kosmo integrations:schema logto.logto_create_application --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_application_protected_app_metadata_custom_domain 0 parameters
kosmo integrations:schema logto.logto_create_application_protected_app_metadata_custom_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_application_secret 0 parameters
kosmo integrations:schema logto.logto_create_application_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_application_user_consent_organization 0 parameters
kosmo integrations:schema logto.logto_create_application_user_consent_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_application_user_consent_scope 0 parameters
kosmo integrations:schema logto.logto_create_application_user_consent_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_connector 0 parameters
kosmo integrations:schema logto.logto_create_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_connector_authorization_uri 0 parameters
kosmo integrations:schema logto.logto_create_connector_authorization_uri --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_connector_test 0 parameters
kosmo integrations:schema logto.logto_create_connector_test --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_custom_profile_field 0 parameters
kosmo integrations:schema logto.logto_create_custom_profile_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_custom_profile_fields_batch 0 parameters
kosmo integrations:schema logto.logto_create_custom_profile_fields_batch --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_domain 0 parameters
kosmo integrations:schema logto.logto_create_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_enterprise_sso_verification 0 parameters
kosmo integrations:schema logto.logto_create_enterprise_sso_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_hook 0 parameters
kosmo integrations:schema logto.logto_create_hook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_hook_test 0 parameters
kosmo integrations:schema logto.logto_create_hook_test --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_new_password_identity_verification 0 parameters
kosmo integrations:schema logto.logto_create_new_password_identity_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_or_replace_totp_mfa_verification 0 parameters
kosmo integrations:schema logto.logto_create_or_replace_totp_mfa_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_organization 0 parameters
kosmo integrations:schema logto.logto_create_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_organization_invitation 0 parameters
kosmo integrations:schema logto.logto_create_organization_invitation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_organization_invitation_message 0 parameters
kosmo integrations:schema logto.logto_create_organization_invitation_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_organization_jit_email_domain 0 parameters
kosmo integrations:schema logto.logto_create_organization_jit_email_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_organization_jit_role 0 parameters
kosmo integrations:schema logto.logto_create_organization_jit_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_organization_jit_sso_connector 0 parameters
kosmo integrations:schema logto.logto_create_organization_jit_sso_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_organization_role 0 parameters
kosmo integrations:schema logto.logto_create_organization_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_organization_role_resource_scope 0 parameters
kosmo integrations:schema logto.logto_create_organization_role_resource_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_organization_role_scope 0 parameters
kosmo integrations:schema logto.logto_create_organization_role_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_organization_scope 0 parameters
kosmo integrations:schema logto.logto_create_organization_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_password_verification 0 parameters
kosmo integrations:schema logto.logto_create_password_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_resource 0 parameters
kosmo integrations:schema logto.logto_create_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_resource_scope 0 parameters
kosmo integrations:schema logto.logto_create_resource_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_role 0 parameters
kosmo integrations:schema logto.logto_create_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_role_application 0 parameters
kosmo integrations:schema logto.logto_create_role_application --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_role_scope 0 parameters
kosmo integrations:schema logto.logto_create_role_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_role_user 0 parameters
kosmo integrations:schema logto.logto_create_role_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_saml_application 0 parameters
kosmo integrations:schema logto.logto_create_saml_application --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_saml_application_secret 0 parameters
kosmo integrations:schema logto.logto_create_saml_application_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_saml_authn 0 parameters
kosmo integrations:schema logto.logto_create_saml_authn --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_sign_in_passkey_authentication 0 parameters
kosmo integrations:schema logto.logto_create_sign_in_passkey_authentication --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_sign_in_passkey_authentication_with_identifier 0 parameters
kosmo integrations:schema logto.logto_create_sign_in_passkey_authentication_with_identifier --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_social_verification 0 parameters
kosmo integrations:schema logto.logto_create_social_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_sso_connector 0 parameters
kosmo integrations:schema logto.logto_create_sso_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_subject_token 0 parameters
kosmo integrations:schema logto.logto_create_subject_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_totp_secret 0 parameters
kosmo integrations:schema logto.logto_create_totp_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_user 0 parameters
kosmo integrations:schema logto.logto_create_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_user_asset 0 parameters
kosmo integrations:schema logto.logto_create_user_asset --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_user_identity 0 parameters
kosmo integrations:schema logto.logto_create_user_identity --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_user_mfa_verification 0 parameters
kosmo integrations:schema logto.logto_create_user_mfa_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_user_personal_access_token 0 parameters
kosmo integrations:schema logto.logto_create_user_personal_access_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_verification_by_password 0 parameters
kosmo integrations:schema logto.logto_create_verification_by_password --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_verification_by_social 0 parameters
kosmo integrations:schema logto.logto_create_verification_by_social --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_verification_by_verification_code 0 parameters
kosmo integrations:schema logto.logto_create_verification_by_verification_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_verification_code 0 parameters
kosmo integrations:schema logto.logto_create_verification_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_web_authn_authentication_verification 0 parameters
kosmo integrations:schema logto.logto_create_web_authn_authentication_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_create_web_authn_registration_verification 0 parameters
kosmo integrations:schema logto.logto_create_web_authn_registration_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_application 0 parameters
kosmo integrations:schema logto.logto_delete_application --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_application_legacy_secret 0 parameters
kosmo integrations:schema logto.logto_delete_application_legacy_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_application_protected_app_metadata_custom_domain 0 parameters
kosmo integrations:schema logto.logto_delete_application_protected_app_metadata_custom_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_application_role 0 parameters
kosmo integrations:schema logto.logto_delete_application_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_application_secret 0 parameters
kosmo integrations:schema logto.logto_delete_application_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_application_user_consent_organization 0 parameters
kosmo integrations:schema logto.logto_delete_application_user_consent_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_application_user_consent_scope 0 parameters
kosmo integrations:schema logto.logto_delete_application_user_consent_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_captcha_provider 0 parameters
kosmo integrations:schema logto.logto_delete_captcha_provider --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_connector 0 parameters
kosmo integrations:schema logto.logto_delete_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_custom_phrase 0 parameters
kosmo integrations:schema logto.logto_delete_custom_phrase --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_custom_profile_field_by_name 0 parameters
kosmo integrations:schema logto.logto_delete_custom_profile_field_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_domain 0 parameters
kosmo integrations:schema logto.logto_delete_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_email_template 0 parameters
kosmo integrations:schema logto.logto_delete_email_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_email_templates 0 parameters
kosmo integrations:schema logto.logto_delete_email_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_grant_by_id 0 parameters
kosmo integrations:schema logto.logto_delete_grant_by_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_hook 0 parameters
kosmo integrations:schema logto.logto_delete_hook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_identity 0 parameters
kosmo integrations:schema logto.logto_delete_identity --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_jwt_customizer 0 parameters
kosmo integrations:schema logto.logto_delete_jwt_customizer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_mfa_verification 0 parameters
kosmo integrations:schema logto.logto_delete_mfa_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_oidc_key 0 parameters
kosmo integrations:schema logto.logto_delete_oidc_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_one_time_token 0 parameters
kosmo integrations:schema logto.logto_delete_one_time_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_organization 0 parameters
kosmo integrations:schema logto.logto_delete_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_organization_application 0 parameters
kosmo integrations:schema logto.logto_delete_organization_application --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_organization_application_role 0 parameters
kosmo integrations:schema logto.logto_delete_organization_application_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_organization_invitation 0 parameters
kosmo integrations:schema logto.logto_delete_organization_invitation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_organization_jit_email_domain 0 parameters
kosmo integrations:schema logto.logto_delete_organization_jit_email_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_organization_jit_role 0 parameters
kosmo integrations:schema logto.logto_delete_organization_jit_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_organization_jit_sso_connector 0 parameters
kosmo integrations:schema logto.logto_delete_organization_jit_sso_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_organization_role 0 parameters
kosmo integrations:schema logto.logto_delete_organization_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_organization_role_resource_scope 0 parameters
kosmo integrations:schema logto.logto_delete_organization_role_resource_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_organization_role_scope 0 parameters
kosmo integrations:schema logto.logto_delete_organization_role_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_organization_scope 0 parameters
kosmo integrations:schema logto.logto_delete_organization_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_organization_user 0 parameters
kosmo integrations:schema logto.logto_delete_organization_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_organization_user_role 0 parameters
kosmo integrations:schema logto.logto_delete_organization_user_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_personal_access_token_post 0 parameters
kosmo integrations:schema logto.logto_delete_personal_access_token_post --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_primary_email 0 parameters
kosmo integrations:schema logto.logto_delete_primary_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_primary_phone 0 parameters
kosmo integrations:schema logto.logto_delete_primary_phone --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_resource 0 parameters
kosmo integrations:schema logto.logto_delete_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_resource_scope 0 parameters
kosmo integrations:schema logto.logto_delete_resource_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_role 0 parameters
kosmo integrations:schema logto.logto_delete_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_role_application 0 parameters
kosmo integrations:schema logto.logto_delete_role_application --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_role_scope 0 parameters
kosmo integrations:schema logto.logto_delete_role_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_role_user 0 parameters
kosmo integrations:schema logto.logto_delete_role_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_saml_application 0 parameters
kosmo integrations:schema logto.logto_delete_saml_application --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_saml_application_secret 0 parameters
kosmo integrations:schema logto.logto_delete_saml_application_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_secret 0 parameters
kosmo integrations:schema logto.logto_delete_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_sentinel_activities 0 parameters
kosmo integrations:schema logto.logto_delete_sentinel_activities --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_session_by_id 0 parameters
kosmo integrations:schema logto.logto_delete_session_by_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_sso_connector 0 parameters
kosmo integrations:schema logto.logto_delete_sso_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_user 0 parameters
kosmo integrations:schema logto.logto_delete_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_user_grant 0 parameters
kosmo integrations:schema logto.logto_delete_user_grant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_user_identity 0 parameters
kosmo integrations:schema logto.logto_delete_user_identity --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_user_mfa_verification 0 parameters
kosmo integrations:schema logto.logto_delete_user_mfa_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_user_personal_access_token 0 parameters
kosmo integrations:schema logto.logto_delete_user_personal_access_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_user_role 0 parameters
kosmo integrations:schema logto.logto_delete_user_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_delete_user_session 0 parameters
kosmo integrations:schema logto.logto_delete_user_session --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_generate_backup_codes 0 parameters
kosmo integrations:schema logto.logto_generate_backup_codes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_generate_my_account_backup_codes 0 parameters
kosmo integrations:schema logto.logto_generate_my_account_backup_codes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_generate_totp_secret 0 parameters
kosmo integrations:schema logto.logto_generate_totp_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_generate_web_authn_registration_options 0 parameters
kosmo integrations:schema logto.logto_generate_web_authn_registration_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_account_center_settings 0 parameters
kosmo integrations:schema logto.logto_get_account_center_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_active_user_counts 0 parameters
kosmo integrations:schema logto.logto_get_active_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_admin_console_config 0 parameters
kosmo integrations:schema logto.logto_get_admin_console_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_application 0 parameters
kosmo integrations:schema logto.logto_get_application --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_application_sign_in_experience 0 parameters
kosmo integrations:schema logto.logto_get_application_sign_in_experience --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_backup_codes 0 parameters
kosmo integrations:schema logto.logto_get_backup_codes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_captcha_provider 0 parameters
kosmo integrations:schema logto.logto_get_captcha_provider --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_connector 0 parameters
kosmo integrations:schema logto.logto_get_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_connector_factory 0 parameters
kosmo integrations:schema logto.logto_get_connector_factory --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_custom_phrase 0 parameters
kosmo integrations:schema logto.logto_get_custom_phrase --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_custom_profile_field_by_name 0 parameters
kosmo integrations:schema logto.logto_get_custom_profile_field_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_domain 0 parameters
kosmo integrations:schema logto.logto_get_domain --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_email_template 0 parameters
kosmo integrations:schema logto.logto_get_email_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_enabled_sso_connectors 0 parameters
kosmo integrations:schema logto.logto_get_enabled_sso_connectors --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_enterprise_sso_identity_access_token 0 parameters
kosmo integrations:schema logto.logto_get_enterprise_sso_identity_access_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_grants 0 parameters
kosmo integrations:schema logto.logto_get_grants --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_hasura_auth 0 parameters
kosmo integrations:schema logto.logto_get_hasura_auth --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_hook 0 parameters
kosmo integrations:schema logto.logto_get_hook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_id_token_config 0 parameters
kosmo integrations:schema logto.logto_get_id_token_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_interaction 0 parameters
kosmo integrations:schema logto.logto_get_interaction --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_jwt_customizer 0 parameters
kosmo integrations:schema logto.logto_get_jwt_customizer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_log 0 parameters
kosmo integrations:schema logto.logto_get_log --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_logto_config 0 parameters
kosmo integrations:schema logto.logto_get_logto_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_mfa_settings 0 parameters
kosmo integrations:schema logto.logto_get_mfa_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_mfa_verifications 0 parameters
kosmo integrations:schema logto.logto_get_mfa_verifications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_new_user_counts 0 parameters
kosmo integrations:schema logto.logto_get_new_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_oidc_keys 0 parameters
kosmo integrations:schema logto.logto_get_oidc_keys --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_oidc_session_config 0 parameters
kosmo integrations:schema logto.logto_get_oidc_session_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_one_time_token 0 parameters
kosmo integrations:schema logto.logto_get_one_time_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_organization 0 parameters
kosmo integrations:schema logto.logto_get_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_organization_invitation 0 parameters
kosmo integrations:schema logto.logto_get_organization_invitation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_organization_role 0 parameters
kosmo integrations:schema logto.logto_get_organization_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_organization_scope 0 parameters
kosmo integrations:schema logto.logto_get_organization_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_profile 0 parameters
kosmo integrations:schema logto.logto_get_profile --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_resource 0 parameters
kosmo integrations:schema logto.logto_get_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_role 0 parameters
kosmo integrations:schema logto.logto_get_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_saml_application 0 parameters
kosmo integrations:schema logto.logto_get_saml_application --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_saml_application_callback 0 parameters
kosmo integrations:schema logto.logto_get_saml_application_callback --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_saml_authn 0 parameters
kosmo integrations:schema logto.logto_get_saml_authn --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_sessions 0 parameters
kosmo integrations:schema logto.logto_get_sessions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_sign_in_exp 0 parameters
kosmo integrations:schema logto.logto_get_sign_in_exp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_sign_in_experience_config 0 parameters
kosmo integrations:schema logto.logto_get_sign_in_experience_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_sign_in_experience_phrases 0 parameters
kosmo integrations:schema logto.logto_get_sign_in_experience_phrases --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_social_identity_access_token 0 parameters
kosmo integrations:schema logto.logto_get_social_identity_access_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_sso_connector 0 parameters
kosmo integrations:schema logto.logto_get_sso_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_status 0 parameters
kosmo integrations:schema logto.logto_get_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_swagger_json 0 parameters
kosmo integrations:schema logto.logto_get_swagger_json --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_system_application_config 0 parameters
kosmo integrations:schema logto.logto_get_system_application_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_total_user_count 0 parameters
kosmo integrations:schema logto.logto_get_total_user_count --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_user 0 parameters
kosmo integrations:schema logto.logto_get_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_user_asset_service_status 0 parameters
kosmo integrations:schema logto.logto_get_user_asset_service_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_user_has_password 0 parameters
kosmo integrations:schema logto.logto_get_user_has_password --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_user_identity 0 parameters
kosmo integrations:schema logto.logto_get_user_identity --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_user_session 0 parameters
kosmo integrations:schema logto.logto_get_user_session --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_user_sso_identity 0 parameters
kosmo integrations:schema logto.logto_get_user_sso_identity --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_well_known_account_center 0 parameters
kosmo integrations:schema logto.logto_get_well_known_account_center --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_well_known_experience 0 parameters
kosmo integrations:schema logto.logto_get_well_known_experience --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_well_known_experience_openapi_json 0 parameters
kosmo integrations:schema logto.logto_get_well_known_experience_openapi_json --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_well_known_management_openapi_json 0 parameters
kosmo integrations:schema logto.logto_get_well_known_management_openapi_json --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_get_well_known_user_openapi_json 0 parameters
kosmo integrations:schema logto.logto_get_well_known_user_openapi_json --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_identify_user 0 parameters
kosmo integrations:schema logto.logto_identify_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_init_interaction 0 parameters
kosmo integrations:schema logto.logto_init_interaction --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_application_organizations 0 parameters
kosmo integrations:schema logto.logto_list_application_organizations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_application_protected_app_metadata_custom_domains 0 parameters
kosmo integrations:schema logto.logto_list_application_protected_app_metadata_custom_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_application_roles 0 parameters
kosmo integrations:schema logto.logto_list_application_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_application_secrets 0 parameters
kosmo integrations:schema logto.logto_list_application_secrets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_application_user_consent_organizations 0 parameters
kosmo integrations:schema logto.logto_list_application_user_consent_organizations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_application_user_consent_scopes 0 parameters
kosmo integrations:schema logto.logto_list_application_user_consent_scopes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_applications 0 parameters
kosmo integrations:schema logto.logto_list_applications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_connector_factories 0 parameters
kosmo integrations:schema logto.logto_list_connector_factories --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_connectors 0 parameters
kosmo integrations:schema logto.logto_list_connectors --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_custom_phrases 0 parameters
kosmo integrations:schema logto.logto_list_custom_phrases --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_custom_profile_fields 0 parameters
kosmo integrations:schema logto.logto_list_custom_profile_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_domains 0 parameters
kosmo integrations:schema logto.logto_list_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_email_templates 0 parameters
kosmo integrations:schema logto.logto_list_email_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_hook_recent_logs 0 parameters
kosmo integrations:schema logto.logto_list_hook_recent_logs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_hooks 0 parameters
kosmo integrations:schema logto.logto_list_hooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_jwt_customizers 0 parameters
kosmo integrations:schema logto.logto_list_jwt_customizers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_logs 0 parameters
kosmo integrations:schema logto.logto_list_logs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_one_time_tokens 0 parameters
kosmo integrations:schema logto.logto_list_one_time_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_organization_application_roles 0 parameters
kosmo integrations:schema logto.logto_list_organization_application_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_organization_applications 0 parameters
kosmo integrations:schema logto.logto_list_organization_applications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_organization_invitations 0 parameters
kosmo integrations:schema logto.logto_list_organization_invitations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_organization_jit_email_domains 0 parameters
kosmo integrations:schema logto.logto_list_organization_jit_email_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_organization_jit_roles 0 parameters
kosmo integrations:schema logto.logto_list_organization_jit_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_organization_jit_sso_connectors 0 parameters
kosmo integrations:schema logto.logto_list_organization_jit_sso_connectors --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_organization_role_resource_scopes 0 parameters
kosmo integrations:schema logto.logto_list_organization_role_resource_scopes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_organization_role_scopes 0 parameters
kosmo integrations:schema logto.logto_list_organization_role_scopes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_organization_roles 0 parameters
kosmo integrations:schema logto.logto_list_organization_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_organization_scopes 0 parameters
kosmo integrations:schema logto.logto_list_organization_scopes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_organization_user_roles 0 parameters
kosmo integrations:schema logto.logto_list_organization_user_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_organization_user_scopes 0 parameters
kosmo integrations:schema logto.logto_list_organization_user_scopes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_organization_users 0 parameters
kosmo integrations:schema logto.logto_list_organization_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_organizations 0 parameters
kosmo integrations:schema logto.logto_list_organizations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_resource_scopes 0 parameters
kosmo integrations:schema logto.logto_list_resource_scopes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_resources 0 parameters
kosmo integrations:schema logto.logto_list_resources --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_role_applications 0 parameters
kosmo integrations:schema logto.logto_list_role_applications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_role_scopes 0 parameters
kosmo integrations:schema logto.logto_list_role_scopes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_role_users 0 parameters
kosmo integrations:schema logto.logto_list_role_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_roles 0 parameters
kosmo integrations:schema logto.logto_list_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_saml_application_metadata 0 parameters
kosmo integrations:schema logto.logto_list_saml_application_metadata --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_saml_application_secrets 0 parameters
kosmo integrations:schema logto.logto_list_saml_application_secrets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_sso_connector_providers 0 parameters
kosmo integrations:schema logto.logto_list_sso_connector_providers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_sso_connectors 0 parameters
kosmo integrations:schema logto.logto_list_sso_connectors --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_user_all_identities 0 parameters
kosmo integrations:schema logto.logto_list_user_all_identities --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_user_custom_data 0 parameters
kosmo integrations:schema logto.logto_list_user_custom_data --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_user_grants 0 parameters
kosmo integrations:schema logto.logto_list_user_grants --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_user_logto_configs 0 parameters
kosmo integrations:schema logto.logto_list_user_logto_configs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_user_mfa_verifications 0 parameters
kosmo integrations:schema logto.logto_list_user_mfa_verifications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_user_organizations 0 parameters
kosmo integrations:schema logto.logto_list_user_organizations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_user_personal_access_tokens 0 parameters
kosmo integrations:schema logto.logto_list_user_personal_access_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_user_roles 0 parameters
kosmo integrations:schema logto.logto_list_user_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_user_sessions 0 parameters
kosmo integrations:schema logto.logto_list_user_sessions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_list_users 0 parameters
kosmo integrations:schema logto.logto_list_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_mark_mfa_enabled 0 parameters
kosmo integrations:schema logto.logto_mark_mfa_enabled --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_application_roles 0 parameters
kosmo integrations:schema logto.logto_replace_application_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_application_sign_in_experience 0 parameters
kosmo integrations:schema logto.logto_replace_application_sign_in_experience --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_application_user_consent_organizations 0 parameters
kosmo integrations:schema logto.logto_replace_application_user_consent_organizations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_custom_phrase 0 parameters
kosmo integrations:schema logto.logto_replace_custom_phrase --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_email_templates 0 parameters
kosmo integrations:schema logto.logto_replace_email_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_one_time_token_status 0 parameters
kosmo integrations:schema logto.logto_replace_one_time_token_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_organization_application_roles 0 parameters
kosmo integrations:schema logto.logto_replace_organization_application_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_organization_applications 0 parameters
kosmo integrations:schema logto.logto_replace_organization_applications --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_organization_invitation_status 0 parameters
kosmo integrations:schema logto.logto_replace_organization_invitation_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_organization_jit_email_domains 0 parameters
kosmo integrations:schema logto.logto_replace_organization_jit_email_domains --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_organization_jit_roles 0 parameters
kosmo integrations:schema logto.logto_replace_organization_jit_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_organization_jit_sso_connectors 0 parameters
kosmo integrations:schema logto.logto_replace_organization_jit_sso_connectors --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_organization_role_resource_scopes 0 parameters
kosmo integrations:schema logto.logto_replace_organization_role_resource_scopes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_organization_role_scopes 0 parameters
kosmo integrations:schema logto.logto_replace_organization_role_scopes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_organization_user_roles 0 parameters
kosmo integrations:schema logto.logto_replace_organization_user_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_organization_users 0 parameters
kosmo integrations:schema logto.logto_replace_organization_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_user_identity 0 parameters
kosmo integrations:schema logto.logto_replace_user_identity --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_replace_user_roles 0 parameters
kosmo integrations:schema logto.logto_replace_user_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_reset_user_password 0 parameters
kosmo integrations:schema logto.logto_reset_user_password --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_rotate_oidc_keys 0 parameters
kosmo integrations:schema logto.logto_rotate_oidc_keys --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_skip_mfa_binding_flow 0 parameters
kosmo integrations:schema logto.logto_skip_mfa_binding_flow --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_skip_mfa_suggestion 0 parameters
kosmo integrations:schema logto.logto_skip_mfa_suggestion --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_skip_passkey_binding 0 parameters
kosmo integrations:schema logto.logto_skip_passkey_binding --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_submit_interaction 0 parameters
kosmo integrations:schema logto.logto_submit_interaction --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_test_jwt_customizer 0 parameters
kosmo integrations:schema logto.logto_test_jwt_customizer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_account_center_settings 0 parameters
kosmo integrations:schema logto.logto_update_account_center_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_admin_console_config 0 parameters
kosmo integrations:schema logto.logto_update_admin_console_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_application 0 parameters
kosmo integrations:schema logto.logto_update_application --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_application_custom_data 0 parameters
kosmo integrations:schema logto.logto_update_application_custom_data --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_application_secret 0 parameters
kosmo integrations:schema logto.logto_update_application_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_captcha_provider 0 parameters
kosmo integrations:schema logto.logto_update_captcha_provider --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_connector 0 parameters
kosmo integrations:schema logto.logto_update_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_custom_profile_field_by_name 0 parameters
kosmo integrations:schema logto.logto_update_custom_profile_field_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_custom_profile_fields_sie_order 0 parameters
kosmo integrations:schema logto.logto_update_custom_profile_fields_sie_order --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_email_template_details 0 parameters
kosmo integrations:schema logto.logto_update_email_template_details --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_hook 0 parameters
kosmo integrations:schema logto.logto_update_hook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_hook_signing_key 0 parameters
kosmo integrations:schema logto.logto_update_hook_signing_key --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_interaction_event 0 parameters
kosmo integrations:schema logto.logto_update_interaction_event --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_jwt_customizer 0 parameters
kosmo integrations:schema logto.logto_update_jwt_customizer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_logto_config 0 parameters
kosmo integrations:schema logto.logto_update_logto_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_mfa_settings 0 parameters
kosmo integrations:schema logto.logto_update_mfa_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_mfa_verification_name 0 parameters
kosmo integrations:schema logto.logto_update_mfa_verification_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_oidc_session_config 0 parameters
kosmo integrations:schema logto.logto_update_oidc_session_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_organization 0 parameters
kosmo integrations:schema logto.logto_update_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_organization_role 0 parameters
kosmo integrations:schema logto.logto_update_organization_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_organization_scope 0 parameters
kosmo integrations:schema logto.logto_update_organization_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_other_profile 0 parameters
kosmo integrations:schema logto.logto_update_other_profile --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_password 0 parameters
kosmo integrations:schema logto.logto_update_password --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_personal_access_token_name 0 parameters
kosmo integrations:schema logto.logto_update_personal_access_token_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_primary_email 0 parameters
kosmo integrations:schema logto.logto_update_primary_email --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_primary_phone 0 parameters
kosmo integrations:schema logto.logto_update_primary_phone --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_profile 0 parameters
kosmo integrations:schema logto.logto_update_profile --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_resource 0 parameters
kosmo integrations:schema logto.logto_update_resource --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_resource_is_default 0 parameters
kosmo integrations:schema logto.logto_update_resource_is_default --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_resource_scope 0 parameters
kosmo integrations:schema logto.logto_update_resource_scope --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_role 0 parameters
kosmo integrations:schema logto.logto_update_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_saml_application 0 parameters
kosmo integrations:schema logto.logto_update_saml_application --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_saml_application_secret 0 parameters
kosmo integrations:schema logto.logto_update_saml_application_secret --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_sign_in_exp 0 parameters
kosmo integrations:schema logto.logto_update_sign_in_exp --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_social_identity_access_token_by_verification_id 0 parameters
kosmo integrations:schema logto.logto_update_social_identity_access_token_by_verification_id --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_sso_connector 0 parameters
kosmo integrations:schema logto.logto_update_sso_connector --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_user 0 parameters
kosmo integrations:schema logto.logto_update_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_user_custom_data 0 parameters
kosmo integrations:schema logto.logto_update_user_custom_data --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_user_is_suspended 0 parameters
kosmo integrations:schema logto.logto_update_user_is_suspended --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_user_logto_configs 0 parameters
kosmo integrations:schema logto.logto_update_user_logto_configs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_user_password 0 parameters
kosmo integrations:schema logto.logto_update_user_password --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_user_personal_access_token 0 parameters
kosmo integrations:schema logto.logto_update_user_personal_access_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_update_user_profile 0 parameters
kosmo integrations:schema logto.logto_update_user_profile --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_upload_custom_ui_assets 0 parameters
kosmo integrations:schema logto.logto_upload_custom_ui_assets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_upsert_id_token_config 0 parameters
kosmo integrations:schema logto.logto_upsert_id_token_config --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_upsert_jwt_customizer 0 parameters
kosmo integrations:schema logto.logto_upsert_jwt_customizer --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_backup_code 0 parameters
kosmo integrations:schema logto.logto_verify_backup_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_enterprise_sso_verification 0 parameters
kosmo integrations:schema logto.logto_verify_enterprise_sso_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_mfa_verification_code 0 parameters
kosmo integrations:schema logto.logto_verify_mfa_verification_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_one_time_token 0 parameters
kosmo integrations:schema logto.logto_verify_one_time_token --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_one_time_token_verification 0 parameters
kosmo integrations:schema logto.logto_verify_one_time_token_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_sign_in_passkey_authentication 0 parameters
kosmo integrations:schema logto.logto_verify_sign_in_passkey_authentication --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_social_verification 0 parameters
kosmo integrations:schema logto.logto_verify_social_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_totp_verification 0 parameters
kosmo integrations:schema logto.logto_verify_totp_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_user_password 0 parameters
kosmo integrations:schema logto.logto_verify_user_password --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_verification_by_social 0 parameters
kosmo integrations:schema logto.logto_verify_verification_by_social --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_verification_by_verification_code 0 parameters
kosmo integrations:schema logto.logto_verify_verification_by_verification_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_verification_code 0 parameters
kosmo integrations:schema logto.logto_verify_verification_code --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_verification_code_verification 0 parameters
kosmo integrations:schema logto.logto_verify_verification_code_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_web_authn_authentication_verification 0 parameters
kosmo integrations:schema logto.logto_verify_web_authn_authentication_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_web_authn_registration 0 parameters
kosmo integrations:schema logto.logto_verify_web_authn_registration --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
logto.logto_verify_web_authn_registration_verification 0 parameters
kosmo integrations:schema logto.logto_verify_web_authn_registration_verification --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.