posts
Get a list of flagged posts
Get a page of flagged posts of a user provided user id string. Selects from a channel, team, or all flagged posts by a user. Will only return posts from channels in which the user is member.
Permissions
Must be user or have manage_system permission.
get/api/v4/users/{user_id}/posts/flagged
Path parameters
user_idstring required
ID of the user
Query parameters
team_idstring
Team ID
channel_idstring
Channel ID
pageinteger
The page to select
per_pageinteger
The number of posts per page
Response
Post list retrieval successful
Example response
[
{
"order": [
"post_id1",
"post_id12"
]
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.