Feature: API to list the agents for the inbox (#438)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
json.payload do
|
||||
json.array! @inbox_members do |inbox_member|
|
||||
json.name inbox_member.user.name
|
||||
json.avatar_url inbox_member.user.avatar_url
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user