External Search
Example HTTP POST Body:
{
"searchTerm": "John Doe",
"departments": [
"Sales"
],
"officeLocations": [
"New York"
],
"countries": [
"USA"
],
"jobTitles": [
"Sales Manager"
],
"postalCodes": [
"10002"
],
"givenName": [
"John"
],
"surname": [
"Doe"
],
"displayNames": [
"John Doe"
],
"mail": [
"[email protected]"
],
"userPrincipalName": [
"[email protected]"
],
"maxContactSearchResults": "20"
}Example HTTP Response Body:
Last updated
Was this helpful?