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.
Represents user properties.
Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.UserProfiles.PersonProperties()
Members
The PersonProperties object has the following members.
Constructor
The PersonProperties object has the following constructor.
Constructor |
Description |
|---|---|
PersonProperties |
Methods
The PersonProperties object has the following methods.
Method |
Description |
|---|---|
This member is reserved for internal use and is not intended to be used directly from your code. |
Properties
The PersonProperties object has the following properties.
Property |
Description |
|---|---|
Gets the user's account name. |
|
Gets the account names of the user's direct reports. |
|
Gets the user's display name. |
|
Gets the user's email address. |
|
Gets the account names of the user's manager hierarchy. |
|
Gets the account names of the user's extended reports. |
|
Gets a Boolean value that indicates whether the user is being followed by the current user. |
|
Gets the user's latest microblog post. |
|
Gets the account names of the user's peers. |
|
Gets the absolute URL of the user's personal site. |
|
Gets the URL of the user's profile picture. |
|
Gets the user's title. |
|
Gets user profile properties for the user. |
|
Gets the URL of the user's profile page. |
Remarks
To get a PersonProperties object, use the PeopleManager.getMyProperties method or PeopleManager.getPropertiesFor method.