SP.UserCreationInformation object

Parameters to invite a user.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.UserCreationInformation()

Members

The UserCreationInformation object has the following members.

Constructor

The UserCreationInformation object has the following constructor.

Constructor

Description

UserCreationInformation

Initializes a new instance of the SP.UserCreationInformation object.

Methods

The UserCreationInformation object has the following methods.

Method

Description

initPropertiesFromJson

writeToXml

Properties

The UserCreationInformation object has the following properties.

Property

Description

email

Gets or sets a value that specifies the e-mail address for the user to be created.

loginName

Gets or sets a value that specifies the login name for the user to be created.

title

Gets or sets a value that specifies the display name for the user to be created.

typeId

This member is reserved for internal use and is not intended to be used directly from your code.