We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d6da70 + 0dd7f36 commit 7f424a9Copy full SHA for 7f424a9
CHANGELOG.md
@@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [unreleased]
10
11
+## [5.3.0]
12
+
13
+- Adds APIs to bulk import users
14
+ - GET `/bulk-import/users`
15
+ - POST `/bulk-import/users`
16
+ - GET `/bulk-import/users/count`
17
+ - POST `/bulk-import/users/remove`
18
+ - POST `/bulk-import/users/import`
19
20
## [5.2.0]
21
22
- Adds APIs related to OAuth2 Provider
0 commit comments