Chatwoot/app/views/api/v1/widget/inbox_members/index.json.jbuilder
Pranav Raj S 95fb6893b4 Feature: API to list the agents for the inbox (#438)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2020-01-21 19:56:58 +05:45

6 lines
159 B
Ruby

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