GET /contacts/{contact_id}/users

Path parameters

  • contact_id integer(int32) Required

    ID of contact

Responses

  • 200 application/json

    An array of users

  • 500 application/json

    An unexpected error occurred

    Hide response attributes Show response attributes object
    • code integer(int32) Required
    • message string Required
GET /contacts/{contact_id}/users
curl \
 --request GET 'https://*.syngency.com/admin/api/contacts/{contact_id}/users'
Response examples (200)
[
  [
    []
  ]
]
Response examples (500)
{
  "code": 42,
  "message": "string"
}