/
MA
marmotdata
/
Marmot API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h 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
Create a new user
Create a new user in the system
post
/api/v1/users
Request body
CreateUserInput
required
name
string
required
oauth_provider
string
oauth_provider_data
object
oauth_provider_id
string
password
string
profile_picture
string
role_names
string[]
required
username
string
required
Response
OK
User
required
active
boolean
created_at
string
id
string
identities
UserIdentity[]
must_change_password
boolean
name
string
preferences
object
profile_picture
string
roles
Role[]
updated_at
string
username
string
Changes