Post user recent custom status
documentedSave a recent custom status for the user.
POST /api/v4/users/{user_id}/status/custom/recentUsersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.mattermost.com/api/v4/users/{{$user_id}}/status/custom/recent" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"emoji":"{{$emoji}}","text":"{{$text}}","duration":"{{$duration}}","expires_at":"{{$expires_at}}"}'