Manage users using Management API
Management API is a collection of APIs that provide access to the Logto backend service. As previously mentioned, the user API is a critical component of this service and can support a wide range of scenarios.
info
Authentication is REQUIRED when you're calling Management API.
The user-related RESTful
APIs are mounted at /api/users
except the user activities, i.e., user logs /api/logs?userId=:userId
.
What Admin Console can do, so do Management API.
See API references for more.