API -Listing Requesters with E-mail Address

API -Listing Requesters with E-mail Address

1. Encode the below mentioned and change the highlighted as per yours:

{
 "list_info": {
 "sort_field": "name",
 "start_index": 1,
 "sort_order": "asc",
 "row_count": "100",
 "get_total_count": true,
 "search_fields": {
 "email_id": "req1@msp.com"
 }
 },
 "fields_required": [
"name","email_id"
 ]
}

2. Make sure to include input_data at the beginning of the parameter as highlighted below:




                  New to ADSelfService Plus?