Register user api and the corresponding documentation

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:

  1. Where can I find the detailed “user” collection api documentation and the corresponding endpoints?

  2. 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?

  3. Is there a place where I can find all the endpoints and usage examples?