Endpoint Examples
Get User
This endpoint gets or creates a new user.
GET
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.
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.
boolean
Indicates whether a new user group was created.
object
The contents of the user group

