SmartRecruiters Connector

Last modified 20 Aug 2021 09:09 +02:00

Identity connector for SmartRecruiters cloud service over REST User API.

Functionalitylimited
Development statusdormant (not developed actively, but still somehow maintained)
Support statussupportable
OriginEvolveum
Support provided byEvolveum
Target systemsSmartRecruiters cloud service
ProtocolREST
Source codehttps://github.com/Evolveum/connector-smartrecruiters

Capabilities and Features

Provisioning

YES

Live Synchronization

NO

Can be done over workaround: read all users and compare token with updatedOn user attribute.

Password

YES

Activation

YES

Activation via the active attribute.

Paging support

YES

History

Version Origin Binary Sources Build Date Framework version Description

1.0.0.0

Polygon

download jar

GitHub

December 2016

1.4.2.14

Stable.

Licensing

The connector itself is available under the terms of Apache License 2.0. To our best knowledge, there is no extra license needed to use this connector.

Documentation

To generate Your SmartRecruiters API key please log in, go to Settings / Admin, find in Configuration section API / Integrations.

Smart recruiters use Email globally, so if one e-mail address is registered and active, you can’t create the new user with same e-mail address over API. If you need to have test and also production environment, please use some e-mail address obfuscation like:

email = emailAddress.replace('@', '_');
return 'yourGmailAccount+' + email + '@gmail.com';

At the same time, in SmartRecruiters one user has exactly one role assigned. Connector solve this restriction automatically - find the strongest role from list of all roles what midPoint sent and set only this.

Was this page helpful?
YES NO
Thanks for your feedback