deDesign..::..createUser Method (String, String, String, Boolean, String%, String%, Boolean, Boolean, Boolean, String, String)
create a user
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool createUser( string externalUserIdentification, string externalUserFullname, string externalUserEmail, bool deAdmin, ref string deUserID, ref string sError, bool activeStatus, bool emailNotify, bool addSysRoles, string sCulture, string sTimezone )
Public Function createUser ( _ externalUserIdentification As String, _ externalUserFullname As String, _ externalUserEmail As String, _ deAdmin As Boolean, _ ByRef deUserID As String, _ ByRef sError As String, _ activeStatus As Boolean, _ emailNotify As Boolean, _ addSysRoles As Boolean, _ sCulture As String, _ sTimezone As String _ ) As Boolean
Parameters
- externalUserIdentification
- 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
- sError
- Type: String%
holds the error message
- 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.