/
CU
cube-js
/
Cube Platform API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 26m ago · Updated 1h ago
Details
Filter operations
App Theme
1
Dbt Sync
1
Deployments
5
Embed
3
Embed Tenants
3
Env Variables
2
Environments
4
Folders
5
Notifications
8
OAuth Integrations
5
OIDC Token Configs
5
Regions
1
Reports
7
Tenant Settings
2
User Attribute Values
2
User Attributes
3
User OAuth Tokens
4
Users Admin
3
post
Create user
put
Update user
delete
Delete user
Workbooks
9
Workspace
3
Users Admin
Update user
put
/v1/users/{id}
Path parameters
id
number
required
Request body
UserUpdateInput
required
firstName
string
nullable
isAdmin
boolean
nullable
isDeactivated
boolean
nullable
notifications
string[]
nullable
password
string
nullable
settings
object
nullable
title
string
nullable
tosAccepted
object
nullable
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
Changes