Get list of users for impersonation

GET /api-v1/user/admin/find-users-to-impersonate

Headers

Responses

GET /api-v1/user/admin/find-users-to-impersonate
curl \
 -X GET http://wyzio.app/api-v1/user/admin/find-users-to-impersonate \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "contactId": 42,
    "contentLanguage": "EN",
    "email": "string",
    "organizationId": 42
  }
]