Http request - how to create query

Hi,
I need to make an HTTP request to an API URL :
image
I have the following information:

  • Token
  • API Key
    I want to retrieve following parameter values when I search with ‘mail’ parameter:
  • givenName
  • ou
  • company
  • title

Can someone help me with:

  1. how to create a query for this?
  2. how to access the API with given token and key?

Any help will be highly appreciated.

Thanks!

1 Like

@kaurM