/
GA
galileo
/
FastAPI
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
annotation
13
annotation_queue
4
annotation_queue_records
2
api_keys
3
auth
9
data
29
datasets
27
experiment
12
feedback
10
groups
11
health
1
integrations
28
log_stream
9
logstream-insights
1
Organization Jobs
2
projects
14
protect
1
run_insights_settings
2
system_users
2
trace
31
trends_dashboard
13
users
7
get
Current User
get
Get User
put
Update User
delete
Delete User
get
Get User Roles
post
Invite Users
post
List Users Paginated
users
Update User
put
/v2/users/{user_id}
Path parameters
user_id
string
uuid4
required
Request body
UserUpdate
required
email
string
nullable
first_name
string
nullable
last_name
string
nullable
role
'admin'
|
'manager'
|
'user'
|
'read_only'
email_is_verified
boolean
nullable
Response
Successful Response
UpdateUserResponse
required
id
string
uuid4
required
permissions
Permission[]
email
string
required
first_name
string
nullable
last_name
string
nullable
auth_method
'email'
|
'google'
|
'github'
|
'okta'
|
'azure-ad'
|
'custom'
|
'saml'
|
'invite'
role
'admin'
|
'manager'
|
'user'
|
'read_only'
email_is_verified
boolean
nullable
organization_id
string
uuid4
required
organization_name
string
required
created_at
string
date-time
required
updated_at
string
date-time
required
Changes