/
KN
knowi
/
User Management API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14h ago · Updated 2w ago
Details
Filter operations
Action Management API
12
Authentication Management API
2
Category Management API
8
Datasource Management API
5
Group Management API
8
KPI Management API
10
Natural Language Processing Management API
2
Report Management API
11
Role Management API
2
User Management API
10
get
Retrieve groups for user with specific ID
put
Add groups for user with specific IDs
post
Set groups for user with specific IDs
get
List users
post
Create new user
get
Retrieve a user with specific ID
put
Update user with input information. If not specified in the input, the existing value will be kept intact
delete
Delete existing user with given ID
get
Search users
post
Transfers assets from one user to another
get
List share information for alert
put
Add share information for alert
post
Set share information for alert
delete
Clear share information for alert
get
List accessible alerts
post
Create new alert
get
Retrieve an alert with specific ID
put
Update existing alert with input information. If not specified in the input, the existing value will be kept intact
delete
Delete existing report with given ID
post
Pause alert with specific ID
post
Preview alert widget
post
Execute alert
post
Resume paused alert with specific ID
post
Create a new datasource
User Management API
Add groups for user with specific IDs
put
/api/2.0/users/{objectId}/groups
Path parameters
objectId
integer
required
User ID to be updated
Request body
integer[]
required
Response
Success
ApiMessage
required
Response status
message
string
Message
documentation
string
Link to documentation
Changes