Skip to main content
POST
The End User Group API is now deprecated and has been replaced by the Customer API. Each End User Group entity corresponds to a Customer entity, with its user_group_id corresponding to a Customer customer_id.This API method has been replaced by Update Customer.
This endpoint updates an existing user group.

Body

string
This is the name of the user group.
string
This is the ID you use to identify this user group in your database.
object
This is a JSON mapping of schema id to either the data source that this user group should be associated with or id of the datasource you provided when creating it.
boolean
Set this boolean parameter to true to make data panels include a demo watermark for the user group. Demo user groups do not count towards paid user groups. Default value is false.
object
This is a JSON object for properties assigned to this user group. These will be accessible through variables in the dashboards and SQL editor

Response

number
Indicates whether the call was successful. 1 if successful, 0 if not.
object
The contents of the user group