/
MA
marmotdata
/
Marmot API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 5d ago
Details
Filter operations
admin
2
agents
4
asset-rules
8
assets
25
auth
5
glossary
8
ingestion
11
lineage
6
mcp
1
metrics
8
owners
1
pipelines
1
plugins
2
products
19
roles
7
runs
7
search
1
service_accounts
8
sso
5
teams
10
ui
1
users
14
get
List users
post
Create a new user
get
List API keys
post
Create API key
delete
Delete API key
post
Login user
get
Get current user profile
post
Link OAuth account
delete
Unlink OAuth account
put
Update user preferences
post
Update user password
get
Get a user by ID
put
Update a user
delete
Delete a user
users
Login user
Authenticate a user with username/email and password
post
/api/v1/users/login
Request body
LoginRequest
required
password
string
required
username
string
required
Response
OK
TokenResponse
required
access_token
string
expires_in
integer
requires_password_change
boolean
token_type
string
Changes