User Profile Information
- リソース
-
1/chatter/users/userId1/connect/communities/communityId/chatter/users/userId - 使用可能なバージョン
- 23.0
- PATCH は 29.0 で使用可能
- Chatter が必要かどうか
- はい
- HTTP のメソッド
- GET、HEAD、PATCH
- GET のレスポンスボディ
-
- User Detail — バージョン 26.0 以降。外部ユーザーの場合、User Detail レスポンスボディが User Summary レスポンスボディと共有するプロパティに null 以外の値を設定できます。その他のプロパティは常に null です。
- User Summary — バージョン 25.0 以前。
- PATCH のリクエストボディ
-
- ルート XML タグ
- <user>
- JSON の例
-
1{ 2 "aboutMe": "Staff Technical Writer responsible for the Connect API and Connect in Apex documentation." 3} - プロパティ
- PATCH の要求パラメーター
-
名前 型 説明 使用可能なバージョン aboutMe String User Detail レスポンスボディの aboutMe プロパティ。最大文字数は 1000 文字です。このプロパティが、Experience Cloud サイトまたは組織のすべてのメンバーに表示されるユーザープロファイルの [自己紹介] セクションに入力されます。 29.0 - PATCH のレスポンスボディ
- User Detail
- パラメーターを使用してユーザープロファイルの [自己紹介] セクションを更新する例
-
1/chatter/users/me?aboutMe=Staff+Technical+Writer+at+Seattle+Apps