System Information
- Strapi Version: 4.9
Hi all,
I want to register a user use the api, but I can not find the user API documentation. So I have following questions:
-
Where can I find the detailed “user” collection api documentation and the corresponding endpoints?
-
I found in some articles, they said, the endpoint is “http://localhost:1337/api/auth/local/register”, however, where can I find the input data type?
-
Is there a place where I can find all the endpoints and usage examples?