SP へUserProfiles.PersonProperties オブジェクト (sp.userprofiles)

ユーザー プロパティを表します。

**適用対象:**apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.UserProfiles.PersonProperties()

メンバー

PersonPropertiesオブジェクトでは、次のメンバーがあります。

Constructor

PersonPropertiesオブジェクトでは、次のコンスがあります。

コンストラクター

説明

PersonProperties

メソッド

PersonPropertiesオブジェクトでは、次の方法があります。

メソッド

説明

initPropertiesFromJson

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

プロパティ

PersonPropertiesオブジェクトでは、次のプロパティがあります。

プロパティ

説明

accountName

Gets the user's account name.

directReports

Gets the account names of the user's direct reports.

displayName

Gets the user's display name.

メール

Gets the user's email address.

extendedManagers

Gets the account names of the user's manager hierarchy.

extendedReports

Gets the account names of the user's extended reports.

isFollowed

Gets a Boolean value that indicates whether the user is being followed by the current user.

latestPost

Gets the user's latest microblog post.

ピア

Gets the account names of the user's peers.

personalUrl

Gets the absolute URL of the user's personal site.

pictureUrl

Gets the URL of the user's profile picture.

タイトル

Gets the user's title.

userProfileProperties

Gets user profile properties for the user.

userUrl

Gets the URL of the user's profile page.

注釈

PersonPropertiesのオブジェクトを移動するには、 PeopleManager.getMyProperties方法やPeopleManager.getPropertiesForメソッドを使用します。

関連項目

その他の技術情報

SP へユーザーの名前空間