deDesign..::..createUser Method (String, String, String, Boolean, String%, Boolean, Boolean, Boolean, String, String)
create a user
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool createUser( string externalUserName, string externalUserFullname, string externalUserEmail, bool deAdmin, ref string deUserID, bool activeStatus, bool emailNotify, bool addSysRoles, string sCulture, string sTimezone )
Public Function createUser ( _ externalUserName As String, _ externalUserFullname As String, _ externalUserEmail As String, _ deAdmin As Boolean, _ ByRef deUserID As String, _ activeStatus As Boolean, _ emailNotify As Boolean, _ addSysRoles As Boolean, _ sCulture As String, _ sTimezone As String _ ) As Boolean
Parameters
- externalUserName
- Type: String
external user ID
- externalUserFullname
- Type: String
external user full name
- externalUserEmail
- Type: String
external user email address
- deAdmin
- Type: Boolean
makes the user an admin
- deUserID
- Type: String%
workflow user ID
- activeStatus
- Type: Boolean
active status
- emailNotify
- Type: Boolean
if set to true [email notify].
- addSysRoles
- Type: Boolean
if set to true [add system roles].
- sCulture
- Type: String
The s culture.
- sTimezone
- Type: String
The s timezone.