To create a new User.A User will be created using the provided information. The response body will contain a JSON object with a key called result. The value will be an object containing the standard attributes for your new User. The response code will be 201 if the User was successfully created.
Request
Body Params application/x-www-form-urlencoded
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://sims.sman1samarinda.sch.id/api/users'
Responses
🟢201
application/json
Body
Example
{"success":true,"message":"OK.","meta":{},"errors":[],"result":{"name":"Leo Leo Simbolon","email":"12345@school.edu","emailVerified":false,"image":"988x1264/b79f5c/71dccb.jpg","createdAt":"2026-01-01T23:15:02.109Z","updatedAt":"2026-01-01T23:15:02.109Z","secondaryEmail":null,"active":true,"id":"6956fff6bae985c7d42b3207"}}