/
LA
laradashboard
/
Lara Dashboard API Documentation
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 3w ago
View markdown
laradashboard
Lara Dashboard API Documentation
post
Store a newly created resource in storage
v1
latest
OpenAPI 3.1.0
2026-07-17
45
18
149.3 KB
ActionLog
2
Auth
4
Module
4
Permission
3
Post
6
Role
6
Setting
3
TaskManager
4
Term
6
Terms
1
User
6
get
Display a listing of the resource
post
Store a newly created resource in storage
get
Display the specified resource
put
Update the specified resource in storage
delete
Remove the specified resource from storage
delete
Bulk delete users
User
Store a newly created resource in storage
post
/v1/users
Request body
StoreUserRequest
required
name
string
required
email
string
email
required
username
string
required
password
string
required
password_confirmation
string
required
Response
object
required
success
boolean
required
message
'User created successfully'
required
data
UserResource
required