SP.UserCollection.getById(id) Method
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.