Skip to content

AWS Cognito 节点#

¥AWS Cognito node

使用 AWS Cognito 节点自动化 AWS Cognito 中的工作,并将 AWS Cognito 与其他应用集成。n8n 内置支持多种 AWS Cognito 功能,包括创建、检索、更新和删除组、用户和用户池。

¥Use the AWS Cognito node to automate work in AWS Cognito and integrate AWS Cognito with other applications. n8n has built-in support for a wide range of AWS Cognito features, which includes creating, retrieving, updating, and deleting groups, users, and user pools.

本页列出了 AWS Cognito 节点支持的操作列表以及更多资源的链接。

¥On this page, you'll find a list of operations the AWS Cognito node supports, and links to more resources.

Credentials

你可以在 此处 中找到此节点的身份验证信息。

¥You can find authentication information for this node here.

操作#

¥Operations

  • 组:

¥Group:

  • 创建:创建新群组。

    ¥Create: Create a new group.

  • 删除:删除现有组。

    ¥Delete: Delete an existing group.

  • 获取:获取现有组的详细信息。

    ¥Get: Retrieve details about an existing group.

  • 获取多个检索组列表。

    ¥Get Many: Retrieve a list of groups.

  • 更新:更新现有组。

    ¥Update: Update an existing group.

  • 用户:

¥User:

  • 添加到组:将现有用户添加到群组。

    ¥Add to Group: Add an existing user to a group.

  • 创建:创建新用户。

    ¥Create: Create a new user.

  • 删除:删除用户

    ¥Delete: Delete a user.

  • 获取:检索现有用户的信息。

    ¥Get: Retrieve information about an existing user.

  • 获取多个检索用户列表。

    ¥Get Many: Retrieve a list of users.

  • 从群组中移除:从群组中移除用户。

    ¥Remove From Group: Remove a user from a group.

  • 更新:更新现有用户。

    ¥Update: Update an existing user.

  • 用户池:

¥User Pool:

  • 获取:检索现有用户池的信息。

    ¥Get: Retrieve information about an existing user pool.

模板和示例#

¥Templates and examples

Template widget placeholder.

相关资源#

¥Related resources

有关服务的更多信息,请参阅 AWS Cognito 文档

¥Refer to AWS Cognito's documentation for more information about the service.

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.