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.
凭证
你可以在这里找到该节点的认证信息。
操作(Operations)#
- 组:
- 创建:创建一个新群组。
- 删除:删除一个现有的组。
- 获取:检索有关现有群组的详细信息。
- 获取多个:检索群组列表。
- 更新:更新现有群组。
- 用户:
- 添加到组:将现有用户添加到组中。
- 创建:创建一个新用户。
- 删除:删除一个用户。
- 获取:检索有关现有用户的信息。
- 获取多个:检索用户列表。
- 从群组中移除:将用户从群组中移除。
- 更新:更新现有用户。
- 用户池:
- 获取:检索有关现有用户池的信息。
模板和示例(Templates and examples)#
相关资源(Related resources)#
有关该服务的更多信息,请参阅AWS Cognito 文档。
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:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.