chore: Expose contact identifier in API (#2391)

This commit is contained in:
Sojan Jose
2021-06-07 11:46:47 +05:30
committed by GitHub
parent 1155b49e42
commit ae3cbf4f79

View File

@@ -4,6 +4,7 @@ json.email resource.email
json.id resource.id
json.name resource.name
json.phone_number resource.phone_number
json.identifier resource.identifier
json.thumbnail resource.avatar_url
json.custom_attributes resource.custom_attributes
json.conversations_count resource.conversations_count if resource[:conversations_count].present?