/
/User Management API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 14h ago · Updated 2w ago
Action Management API12
Authentication Management API2
Category Management API8
Datasource Management API5
Group Management API8
KPI Management API10
Natural Language Processing Management API2
Report Management API11
Role Management API2
User Management API10
  • getRetrieve groups for user with specific ID
  • putAdd groups for user with specific IDs
  • postSet groups for user with specific IDs
  • getList users
  • postCreate new user
  • getRetrieve a user with specific ID
  • putUpdate user with input information. If not specified in the input, the existing value will be kept intact
  • deleteDelete existing user with given ID
  • getSearch users
  • postTransfers assets from one user to another
  • getList share information for alert
  • putAdd share information for alert
  • postSet share information for alert
  • deleteClear share information for alert
  • getList accessible alerts
  • postCreate new alert
  • getRetrieve an alert with specific ID
  • putUpdate existing alert with input information. If not specified in the input, the existing value will be kept intact
  • deleteDelete existing report with given ID
  • postPause alert with specific ID
  • postPreview alert widget
  • postExecute alert
  • postResume paused alert with specific ID
  • postCreate a new datasource
User Management API

Set groups for user with specific IDs

post/api/2.0/users/{objectId}/groups

Path parameters

objectIdinteger required

User ID to be updated

Request body

integer[] required

Response

Success

messagestring

Message

documentationstring

Link to documentation

Changes