Get User IDs of Seen Message: /seen/ (GET)

Purpose:

Get all user ids that have seen a message.

Input:

  • Headers:
    • Authorization: The JWT token of the user.
  • Query Parameters:
    • message_id: (Uuid) The id of the message.

Output (200):

[
  2,
  4
]