/
NI
nimtable
/
NimTable Account API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.0
2026-07-17
10
10
13.6 KB
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
All 10 operations
post
User login
post
User logout
patch
Reset user password
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