Hi,
I need to make an HTTP request to an API URL :
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:
- how to create a query for this?
- how to access the API with given token and key?
Any help will be highly appreciated.
Thanks!