/
CU
cube-js
/
Cube Platform API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 29m ago · Updated 2w ago
View markdown
cube-js
Cube Platform API
post
Create user
a0c6b1d2ac96
latest
OpenAPI 3.1.0
raw.githubusercontent.com
2026-08-01
120
263
252.9 KB
App Theme
1
Dashboard Embed Access
2
Data Model
12
Data Model Uploads
4
dbt Sync
1
Deployment Creation
1
Deployments
10
Embed
5
Embed Tenants
11
Env Variables
2
Environments
4
Folders
5
GitHub
4
GitHub Connection
1
Notifications
8
OAuth Integrations
5
OIDC Token Configs
5
Regions
1
Reports
8
Tenant Settings
2
User Attribute Values
2
User Attributes
3
User OAuth Tokens
4
Users Admin
4
post
Create user
post
Apply an action to many users
put
Update user
delete
Delete user
Workbooks
10
Workspace
5
Users Admin
Create user
post
/api/v1/users
Request body
UserCreateInput
required
defaultRoles
string[]
nullable
email
string
required
externalId
string
nullable
firstName
string
nullable
isAdmin
boolean
nullable
{"stackTrail":"components:schemas:UserCreateInput:properties:isExternal:oneOf","oasType":"schema","type":"unknown","nullable":true}
password
string
nullable
{"stackTrail":"components:schemas:UserCreateInput:properties:picture:oneOf","oasType":"schema","type":"unknown","nullable":true}
username
string
required
Response
User
required
activeRoleId
integer
nullable
aliases
UserAlias[]
nullable
createdAt
union
defaultRoles
string[]
nullable
email
string
required
externalId
string
nullable
firstName
string
nullable
gitUser
string
nullable
id
integer
required
impersonation
UserImpersonationDTO
isAdmin
boolean
required
isDeactivated
boolean
nullable
lastLogin
union
notifications
object
required
picture
string
nullable
samlId
string
nullable
settings
UserSettingsInput
title
string
nullable
tosAccepted
object
nullable
updatedAt
union
username
string
required