- Joined
- Aug 12, 2025
- Messages
- 1
- Reaction score
- 0
I'm trying to create users via API using the /User endpoint. But I'm wondering what are the required fields for the POST call. Since in the swagger.yaml definition file the POST /Users request body shows the full user shape same as is returned from GET /Users; which of the fields are required in the POST body for the request to succeed and create a new user, as it would be impractical/impossible to include all of them?"
Thanks
Thanks