Skip to content

Commit 7f424a9

Browse files
authored
Merge pull request #90 from supertokens/feat/bulk-import
feat: Add bulk import APIs
2 parents 7d6da70 + 0dd7f36 commit 7f424a9

File tree

2 files changed

+375
-7
lines changed

2 files changed

+375
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [unreleased]
1010

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+
1120
## [5.2.0]
1221

1322
- Adds APIs related to OAuth2 Provider

0 commit comments

Comments
 (0)