System Workflows Reference

SystemCreateUserByName

Used by OAuth2 authentication to create the initial user. This workflow is called only if the default configuration is invalid, please check the OAuth2 configuration documentation for details.

API

main

function main(userName as string) as int

The implementation of this method should create the initial user and return the new user key.

SystemReportingConfig

type reportingserver {

    var 

}

function getSSRSUrl(serverId as string)