1- Find all subscribers whom user manages

GET {{baseUrl}}/hierarchy/subscribers

Required privileges (one of the following):

  • privilegesun-authorizedorderscreation
  • privilegesordersauthorization
  • privilegesvirtualhierarchyview
  • privilegesvirtualhierarchymanagement
  • privilegesbulkuploaddataofend_user

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"result":[{"id":12345678,"firstName":"Julia","prefix":"","lastName":"Roberta","path":[{"id":2345678,"name":"COMPANY X","type":"CUSTOMER","email":null},{"id":3456789,"name":"COMPANY X BV","type":"DEBTOR","email":null}],"contracts":{"firstPhoneNumber":null,"amount":0},"fixedNumber":null,"employeeNumber":"CRAWLER8000","user":false,"gripUser":false},{"id":123456789,"firstName":"Joshua","prefix":"","lastName":"Martino","path":[{"id":2345678,"name":"COMPANY X","type":"CUSTOMER","email":null},{"id":3456789,"name":"COMPANY X BV","type":"DEBTOR","email":null},{"id":4567890,"name":"123","type":"COST_CENTER","email":null}],"contracts":{"firstPhoneNumber":"31611111111","amount":1},"fixedNumber":null,"employeeNumber":"CRAWLER9000","user":false,"gripUser":false},{"id":1234567890,"firstName":"Joshua","prefix":"","lastName":"Martino","path":[{"id":3453445345,"name":"COMPANY X","type":"CUSTOMER","email":null},{"id":34535346788,"name":"COMPANY X BV","type":"DEBTOR","email":null},{"id":765765898,"name":"123","type":"COST_CENTER","email":null}],"contracts":{"firstPhoneNumber":"31611111111","amount":1},"fixedNumber":null,"employeeNumber":"CRAWLER9000","user":false,"gripUser":false}],"total":3}