项目作者: bitsmuggler

项目描述 :
Delete Auth0 users using the Auth0 user export file
高级语言: Java
项目地址: git://github.com/bitsmuggler/auth0-delete-user-cli.git
创建时间: 2020-08-31T11:31:09Z
项目社区:https://github.com/bitsmuggler/auth0-delete-user-cli

开源协议:

下载


auth0-delete-user

Delete Auth0 users using the Auth0 user export file

Preparation

  1. Install the User Import / Export extension
  2. Export the desired users to delete as JSON file

Delete users on auth0 according the specified JSON file

  1. Call this tool with the following cmdline arguments

java -jar auth0-delete-user-cli.jar -i <<path to the import file>> -c <<client id>> -s <<client secret -a <<audience id>> o