/
NI
nimtable
/
NimTable Account API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14m ago · Updated 1mo ago
Details
Filter operations
Authentication
3
post
User login
post
User logout
patch
Reset user password
User
7
get
Get current user profile
patch
Update current user profile
get
Get all users
post
Create new user
get
Get user by ID
put
Update user role
delete
Delete user
Authentication
User login
Authenticate user with username and password
post
/acc-api/auth/login
Request body
LoginRequest
required
username
string
required
password
string
password
required
Response
Login successful
LoginResponse
required
success
boolean
required
token
string
required
JWT token for authentication
Changes