Get a list of flagged posts
GET/api/v4/users/:user_id/posts/flagged
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.
Request
Responses
- 200
- 400
- 401
- 403
Post list retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions