Beta users

Allow the datasource be visible to the specified beta users. The default behaviour is datasource being visible to all users if it is enabled and not visible to any user if it is not enabled.

SecurityBearerAuth
Request
Request Body schema: application/json
required
datasource
required
string

Datasource which needs to be made visible to users specified in the emails field.

emails
required
Array of strings <email>

The emails of the beta users

Responses
200

OK

400

Bad Request

401

Not Authorized

409

Conflict

post/betausers
Request samples
application/json
{
  • "datasource": "string",
  • "emails": [
    • "user@example.com"
    ]
}