SP.UserCollection.itemAt Method (sp.js)

Gets the user at the specified index of the collection.

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

SP.UserCollection.itemAt()

Parameters

  • index
    Type: int

    The zero-based index of the element.

Return value

Type: SP.User

The user at the specified index of the collection.

Remarks

This method gets the user at the index specified by the index parameter.