This documentation is archived and is not being maintained.

SP.UserCreationInformation object

SharePoint 2013

Parameters to invite a user.

Last modified: March 09, 2015

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

var object = new SP.UserCreationInformation()

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.

Show: