Member Junction
Preparing search index...
@memberjunction/actions-bizapps-lms
CreateUserParams
Interface CreateUserParams
Parameters for the CreateUser action
interface
CreateUserParams
{
CompanyID
:
string
;
CustomFields
?:
Record
<
string
,
unknown
>
;
Email
:
string
;
EnrollInCourses
?:
string
|
string
[]
;
FirstName
?:
string
;
IsActive
?:
boolean
;
LastName
?:
string
;
Password
?:
string
;
Role
?:
string
;
SendWelcomeEmail
?:
boolean
;
Tags
?:
string
|
string
[]
;
Username
?:
string
;
}
Hierarchy (
View Summary
)
LearnWorldsBaseParams
CreateUserParams
Index
Properties
Company
ID
Custom
Fields?
Email
Enroll
In
Courses?
First
Name?
Is
Active?
Last
Name?
Password?
Role?
Send
Welcome
Email?
Tags?
Username?
Properties
Company
ID
CompanyID
:
string
Optional
Custom
Fields
CustomFields
?:
Record
<
string
,
unknown
>
Email
Email
:
string
Optional
Enroll
In
Courses
EnrollInCourses
?:
string
|
string
[]
Optional
First
Name
FirstName
?:
string
Optional
Is
Active
IsActive
?:
boolean
Optional
Last
Name
LastName
?:
string
Optional
Password
Password
?:
string
Optional
Role
Role
?:
string
Optional
Send
Welcome
Email
SendWelcomeEmail
?:
boolean
Optional
Tags
Tags
?:
string
|
string
[]
Optional
Username
Username
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Company
ID
Custom
Fields
Email
Enroll
In
Courses
First
Name
Is
Active
Last
Name
Password
Role
Send
Welcome
Email
Tags
Username
Member Junction
Loading...
Parameters for the CreateUser action