Name | Description |
---|---|
access_token | JSON Web Token retrieved from the Sessions endpoint (you can also passthis into the Authorization header) |
q | search string, the system will try to search by first and last name, or email address if you include a '@' |
limit | max number of people to return. Defaults to 10. |
organization_ids | (optional) only look in these organizations |
fields | hash of fields you want for model types. the person type will default to these fields: first_name,last_name,gender,primary_email_address. But you could request picture if you want to receive that as well. |
Version: HTTP/1.0 Accept: application/json Content-Type: application/json Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxNzcsImV4cCI6MTcwNDQ3MzIzNywiaWF0IjoxNzA0NDczMDU3fQ.KNxzXw4RpUTAi70MYNW8VnClxxPZeXvtkqoid23Bc1c Host: example.org Cookie:
GET /apis/v4/search?q=Ultr&fields%5Bperson%5D=first_name%2Cpicture
q=Ultr fields={"person"=>"first_name,picture"}
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/vnd.api+json Vary: Accept X-MH-Session: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxNzcsImV4cCI6MTcwNDY0NTg1NywiaWF0IjoxNzA0NDczMDU3fQ.pc3wCJCbuL58XojF_OeT87bfKMd4WyEghzl5hDcmp9U Access-Control-Expose-Headers: X-MH-Session ETag: W/"2274f9efc25eb4fae14d414e28ad66e5" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 62781324-03fd-41e5-a20f-10bd8f9230ea X-Runtime: 0.075828 Content-Length: 2867
200