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

ユーザーのクライアント側のユーザー プロファイルを表します。

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

この記事の内容
メンバー
メソッド
プロパティ
注釈

var object = new SP.UserProfiles.UserProfile()

メンバー

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

Constructor

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

コンストラクター

説明

UserProfile

メソッド

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

メソッド

説明

createPersonalSite

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

createPersonalSiteEnque

Enqueues creating a personal site for this user, which can be used to share documents, web pages, and other files.

shareAllSocialData

Sets the privacy settings for this profile.

プロパティ

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

プロパティ

説明

followedContent

Gets a FollowedContent object for the user.

personalSite

Gets the personal site of the user.

personalSiteCapabilities

Gets the capabilities of the user's personal site.

personalSiteInstantiationState

Gets the status for the state of the personal site instantiation.

pictureImportEnabled

Gets a Boolean value that indicates whether the user's picture is imported from Exchange.

urlToCreatePersonalSite

Gets the URL used to create the user's personal site.

注釈

クライアント側UserProfileオブジェクトは、現在のユーザーの個人用サイトを作成する方法を提供します。ただし、サーバー側UserProfileオブジェクトに含まれるユーザーのプロパティはありません。クライアント側のコードからユーザーのプロパティにアクセスするには、 PeopleManagerオブジェクトから次の方法のいずれかを使用: getMyPropertiesgetPropertiesForすべてのプロパティ ( PersonProperties.userProfilePropertiesプロパティに格納されて) またはgetUserProfilePropertiesForと特定のプロパティを取得するgetUserProfilePropertyForを取得します。

関連項目

その他の技術情報

SP へユーザーの名前空間