Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
Gets the user with the specified member identifier (ID).
var value = SP.UserCollection.getById(id);
Parameters
id
Type: int
The member ID of the user.
Return Value
Type: SP.User
The user with the specified member ID.