User API

This page contains all of the APIs for managing users.

Use the following APIs to manage Users:

OperationMethodEndpoint
Create a UserPOST/api/user
Retrieve a UserGET/api/user
Update a UserPUT/api/user/{userId}
Delete a UserDELETE/api/user/{userId}
Bulk Delete UsersDELETE/api/user/bulk
Reactivate a UserPUT/api/user/{userId}?reactivate=true
Import UsersPOST/api/user/import
Import Refresh TokensPOST/api/user/refresh-token/import
Search for UsersGET / POST/api/user/search
Flush the Search EnginePUT/api/user/search
Retrieve Recent LoginsGET/api/user/recent-login
Verify a User's EmailPOST/api/user/verify-email
Resend Verification EmailPUT/api/user/verify-email
Start Forgot Password WorkflowPOST/api/user/forgot-password
Validate a Password ChangeGET/api/user/change-password
Change a User's PasswordPOST/api/user/change-password