module:model/NewUser

module:model/NewUser

new module:model/NewUser()

Source:

Constructs a new NewUser.
Object representing a new user.

Members

(inner) apiPassword :String

Source:

Contains a token that can be used for authentication in API calls instead of using the user name and password.

Type:
  • String

(inner) createdDateTime :String

Source:

Indicates the date and time the item was created.

Type:
  • String

(inner) email :String

Source:
Type:
  • String

(inner) errorDetails :module:model/ErrorDetails

Source:

Array or errors.

Type:

(inner) membershipId :String

Source:
Type:
  • String

(inner) permissionProfileId :String

Source:
Type:
  • String

(inner) permissionProfileName :String

Source:
Type:
  • String

(inner) uri :String

Source:
Type:
  • String

(inner) userId :String

Source:

Specifies the user ID for the new user.

Type:
  • String

(inner) userName :String

Source:
Type:
  • String

(inner) userStatus :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/NewUser}

Source:

Constructs a NewUser from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/NewUser

Optional instance to populate.

Returns:

The populated NewUser instance.

Type
module:model/NewUser