{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-Version&Change/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["img","icon"]},"type":"markdown"},"seo":{"title":"2026-02-03"},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"2026-02-03","__idx":0},"children":["2026-02-03"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"target-content-to-audiences-as-focused","__idx":1},"children":["Target content to audiences as focused"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Content"]}," API now allows content to be marked as Focused and to add an audience for focusing."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Endpoints"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/content-publishing/createcontent"},"children":["POST /v2/content"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/content-publishing/updatecontent"},"children":["PUT /v2/content/{content_id}"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Setting the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["targeted"]}," boolean value to true sets the piece of content to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]},". This also allows the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["groups"]}," array to be used. This attribute lets you select one or multiple audiences to target the piece of content to."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"delete-a-comment","__idx":2},"children":["Delete a comment"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Feeds"]}," endpoint allows users to delete a comment they previously made."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/feeds/deletefeedpostcomment"},"children":["DELETE /v2/feed/posts/{content_id}/comments/{comment_id}"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"report-a-post-or-comment","__idx":3},"children":["Report a post or comment"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["We have added two new ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/feeds"},"children":["Feeds"]}," endpoints:"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Report a post"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/feeds/reportfeedpost"},"children":["PUT /v2/feed/posts/{content_id}/report"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Creates a Report for a specific feed post for a scoped user. The post must be visible to the user or a 404 Not Found response will be returned; for example, this would happen if the content is published to a targeted topic that does not target the user."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This works in the same way as a member experience UI created in Creator Studio:"]},{"$$mdtype":"Tag","name":"Image","attributes":{"src":"/assets/reportpost.47bfd82882accb3489e4cb987e12e5ed7513e18e9274b4d52e5bfb7efaa32d06.9c1bb791.png","alt":"reportpost.png","framed":false,"withLightbox":true,"width":"50%","height":""},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Report a comment"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/feeds/reportfeedpostcomment"},"children":["PUT /v2/feed/posts/{content_id}/comments/{comment_id}/report"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Creates a Report for a specific comment (or reply) to a post for a scoped user. The comment must be visible to the user or a 404 Not Found response will be returned; for example, this would happen if the comment is published to a post in a targeted topic that does not target the user."]},{"$$mdtype":"Tag","name":"Image","attributes":{"src":"/assets/reportcomment.cf10408bc4d3413a32b6bac0d5e8d92d4c371d5d0f264bfde4294c33d14b8847.9c1bb791.png","alt":"reportcomment.png","framed":false,"withLightbox":true,"width":"50%","height":""},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"mentions-added","__idx":4},"children":["@mentions added"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This feature introduces @mention functionality within comments and replies in the Partner API, enabling users to directly tag other members in discussions."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["@Mentions have been added to the following endpoints:"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Content Publishing"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Endpoint"},"children":["Endpoint"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/content-publishing/listcontentcomments"},"children":["GET /v2/content/{content_id}/comments"]}," List the comments on a content post"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/content-publishing/listcontentcommentreplies"},"children":["GET /v2/content/{content_id}/comments/{comment_id}/replies"]}," List the replies of a given comment on a content post"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Feeds"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Endpoint"},"children":["Endpoint"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/feeds/listfeedpostcomments"},"children":["GET /v2/feed/posts/{content_id}/comments"]}," List the comments on a content post"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/feeds/createfeedpostcomment"},"children":["POST /v2/feed/posts/{content_id}/comments"]}," Comment on a post in the feed"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/feeds/listfeedpostcommentreplies"},"children":["GET /v2/feed/posts/{content_id}/comments/{comment_id}/replies"]}," List the replies of a given comment on a content post"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/feeds/createfeedpostcommentreply"},"children":["POST /v2/feed/posts/{content_id}/comments/{comment_id}/{post_number}/replies"]}," Reply to a comment on a post in the feed"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/feeds/reportfeedpostcomment"},"children":["PUT /v2/feed/posts/{content_id}/comments/{comment_id}"]}," Update a comment on a post in the feed"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/feeds/suggestuser"},"children":["GET /v2/feed/users/"]}," Query for users that are able to be mentioned (",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["new"]}," endpoint)"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To correctly mention a user, the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<user_id>"]}," (which is the advocate id) can be used in the following:"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{ref:user:<user_id>}"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["{ref:user::id:<user_id>}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can parse out the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["user_id"]}," and then look up the user and transform the mention metadata to the actual user’s display_name/name."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For example, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Welcome back @{ref:user:123}! We're happy to have you back on the team."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"user-shortcuts","__idx":5},"children":["User shortcuts"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://developers.firstup.io/endpoints/openapi/user-shortcuts/listshortcuts"},"children":["GET /v2/shortcuts"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This endpoint endpoint provides users with direct access to critical company resources from their homepage, similarly to the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://support.firstup.io/hc/en-us/articles/9382018799511-Shortcuts","target":"_blank","rel":"noopener noreferrer"},"children":[" ","Shortcuts tray ",{"$$mdtype":"Tag","name":"Icon","attributes":{"name":"up-right-from-square","size":"1em","color":"currentColor"},"children":[]}," "]}," in Firstup's Employee Experience."]},{"$$mdtype":"Tag","name":"Image","attributes":{"src":"/assets/usershortcut.713502104413852265930f0fbf2d86dde370bec81c6fd0dc0e91a71f49d19c86.9c1bb791.png","alt":"usershortcut.png","framed":false,"withLightbox":true,"width":"","height":""},"children":[]}]},"headings":[{"value":"2026-02-03","id":"2026-02-03","depth":1},{"value":"Target content to audiences as focused","id":"target-content-to-audiences-as-focused","depth":3},{"value":"Delete a comment","id":"delete-a-comment","depth":3},{"value":"Report a post or comment","id":"report-a-post-or-comment","depth":3},{"value":"@mentions added","id":"mentions-added","depth":3},{"value":"User shortcuts","id":"user-shortcuts","depth":3}],"frontmatter":{"seo":{"title":"2026-02-03"}},"lastModified":"2026-08-05T11:58:54.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/versionchange/2026-02-03","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}