Support for Additional Schema Attributes
SailPoint's Zoom connector provides support for additional schema attributes as follows:
-
To retrieve attributes (which are not present in the schema) returned from the response, and add new schema attributes.
-
The names of the schema attributes will be identical to attribute names returned in the response.
-
Providing an additional JsonPath will not be required if the attribute in the response is single level as displayed in the following response example:
Copy{
"id": "T3QfQ-m0RhKYdvpBNk7EXA",
"first_name": "Harshal",
"last_name": "Suryawanshi",
"email": "test@test.com",
"type": 1,
"pmi": 5559671083,
"timezone": "Asia/Calcutta",
"verified": 0,
"created_at": "2020-04-07T10:24:22Z",
"last_login_time": "2020-04-13T10:13:27Z",
"pic_url": "https://lh3.googleusercontent.com/a-/AOh14GjlJY18OjWf-ZJvNsHW-L9Ntl8ElWEbWXXCefifdw",
"language": "en-US",
"phone_number": "",
"status": "active"
} -
To fetch the id, first_name, and email attributes, an additional JsonPath will not be required.