Connect
Internal API version of the connect effects. Use for external API calls etc.
Last updated
Internal API version of the connect effects. Use for external API calls etc.
Last updated
get({ url, headers, data })
response.data
post({ url, headers, data })
response.data
graph({
configId,
apiVersion, (default v1.0)
action,
searchField, (if search)
value,
}) actions: list (default) get search manager directReports
One or array of microsoft graph users.
ldapSearch({ url, user, password, baseDN, searchOptions, }) Se för searchOptions.
Array with search hits. searchOptions.attributes: ['cn', 'sn', 'mail']
[ { cn: entry.cn, sn: entry.sn, mail: entry.mail, }, ... ]
mail( configId, mailOptions ) mailOptions = { to: string, cc: array, bcc: array, from: string, priority: string, subject: string, html: string }
No return value