SP へユーザーの名前空間 (sp.userprofiles)

SP.UserProfiles名前空間のPeopleManagerとその他のオブジェクトを使用して、 SharePoint 2013およびSharePoint アドインのカスタム ソリューション内のユーザー プロファイルとユーザーのプロパティを取得します。

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

メンバー

SP SP.UserProfiles名前空間UserProfiles.js JavaScriptライブラリには、次の一般向けのオブジェクトと列挙が含まれています。

オブジェクト

オブジェクト

説明

HashTag

Represents a hash tag in the collection of trending tags.

HashTagCollection

Represents a collection of hash tags in microblog posts. This collection is returned by the getTrendingTags method.

PeopleManager

Provides methods for operations related to people.

PersonProperties

Represents user properties.

ProfileLoader

Provides an alternate entry point to user profiles rather than calling methods directly.

UserProfile

Represents a client-side user profile for a person.

UserProfilePropertiesForUser

Represents a set of user profile properties for a specified user.

列挙型

列挙体

説明

ChangeTypes

Specifies types of changes made in the user profile store.

ObjectTypes

Specifies types of user-related objects that can be changed in the user profile store.

PersonalSiteCapabilities

Specifies the capabilities of a personal site.

PersonalSiteInstantiationState

Specifies an exception or status code for the state of a personal site instantiation.

SP の内部の APIユーザーの名前空間

SP.UserProfiles名前空間から次の項目は予約内部で使用されているために、この参照から削除し、コードから直接使用することはありません。

  • Followedオブジェクト、および列挙体。Sp へのSocialFollowingManagerオブジェクトと関連する API を使用してユーザーをフォロー機能やコンテンツの次の機能にアクセスすることができます。ソーシャル名前空間します。

    • FollowedContent

    • FollowedItem

    • FollowedItemData

    • FollowResult

    • FollowedContentExceptionCode

    • FollowedContentQueryOptions

    • FollowedItemType

    • FollowedStatus

    • FollowResultType

  • ProfileImageStoreオブジェクト

  • 内部コンス

  • initPropertiesFromJson方法、 writeToXml方法、 newObjectメソッド、 childItemTypeプロパティ、およびtypeIdプロパティ

  • **<Object>PropertyNamesオブジェクトと<Object>**ObjectPropertyNamesオブジェクト

関連項目

その他の技術情報

SharePoint ユーザー プロファイルの JavaScript 参照 (sp.userprofiles.js)

SharePoint 2013 のユーザー プロファイルの操作

SharePoint 2013 で他のユーザーをフォローする