UserCreateData
A user to create with create().
Properties
| Property |
Type |
Description |
bypassBasicAuthRestriction? |
boolean |
Whether this user bypasses the basic authentication restriction. |
displayName? |
string |
Display name. |
email? |
string |
Email address. |
invitationAccepted? |
boolean |
Whether the user should be marked as having accepted their invitation. |
name? |
string |
First name. |
surname? |
string |
Last name. |
userName |
string |
Username — can only contain letters or digits. |