ℹ️ Information |
---|
This repository contains the connector and configuration code only. The implementer is responsible to acquire the connection details such as username, password, certificate, etc. You might even need to sign a contract or agreement with the supplier before implementing this connector. Please contact the client's application manager to coordinate the connector requirements. |
The latest version of this connector requires new api credentials. To get these, please follow the Visma documentation on how to register the App and grant access to client data. |
Version | Description | Date |
---|---|---|
2.2.0 | Updated to output all available extension properties and values | 2023/07/10 |
2.1.0 | Updated to output person object flat (where necessary) | 2023/04/20 |
2.0.0 | Updated to use new endpoints and support extensions | 2022/12/14 |
1.1.1 | Updated to handle too many request errors | 2022/09/19 |
1.1.0 | Updated perforance and logging | 2022/05/24 |
1.0.0 | Initial release | 2020/08/18 |
- HelloID-Conn-Prov-Source-RAET-IAM-API-Beaufort
- Versioning
- Table of contents
- Introduction
- Endpoints implemented
- Raet IAM API status monitoring
- Differences between RAET versions - HR Beaufort
- Raet IAM API documentation
- Getting started
- Getting help
- HelloID docs
This connector retrieves HR data from the RAET IAM API. Please be aware that there are several versions. This version connects to the latest API release and is intended for Beaufort Customers. The code structure is mainly the same as the HR core Business variant. Despite the differences below.
- /iam/v1.0/persons (Persons script)
- /iam/v1.0/employments (Persons script)
- /iam/v1.0/assignments (Persons script, optional)
- /iam/v1.0/jobProfiles (Persons script)
- /iam/v1.0/costAllocations (Persons script)
- /iam/v1.0/organizationUnits (Departments script)
- /iam/v1.0/roleAssignments (Departments script)
- /extensions/v1.0/iam/persons (Persons script)
- /extensions/v1.0/iam/employments (Persons script)
https://developers.youforce.com/api-status
Differences | ManagerId | Person | nameAssembleOrder | Assignments |
---|---|---|---|---|
HR Core Business: | OrganizationUnits | A PersonObject foreach employement | Digits (0,1,2,3,4,) | Not Supported |
HR Beaufort | RoleAssignment | One PersonObject with multiple Employments | Letters(E,P,C,B,D) | Available |
- Manager in de Role Assignements
- nameAssembleOrder Letters(E,P,C,B,D)
Please see the following website about the Raet IAM API documentation. Also note that not all HR fields are available depending on the used HR Core by your customer; HR Core Beaufort or HR Core Business. For example; company is not available for HR Core Beaufort customers.
- https://community.visma.com/t5/Kennisbank-Youforce-API/tkb-p/nl_ra_YF_API_knowledge/label-name/iam%20api
- https://community.visma.com/t5/Kennisbank-Youforce-API/IAM-Domain-model-amp-field-mapping/ta-p/428102
- https://vr-api-integration.github.io/SwaggerUI/IAM.html
First an App will have to be created in the Visma Developer portal. This App can then be linked to specific scopes and to a client, which will only be available after the invitation has been accepted. Please follow the Visma documentation on how to register the App and grant access to client data.
Before the connector can be used to retrieve employee information, the following scopes need to be enabled and assigned to the connector. If you need help setting the scopes up, please consult your Visma contact.
- Youforce-IAM:Get_Basic
- Youforce-Extensions:files:Get_Basic
Note: When using any of the target connectors, additional scopes are required as well.
- For HelloID-Conn-Prov-Target-RAET-IAM-API, used to write back the identity field, which is used for SSO, in Youforce, the following scopes are required:
- Youforce-IAM:Update_Identity
- For HelloID-Conn-Prov-Target-Raet-DPIA100-FileAPI, used to write back the data to Beaufort, e.g. the business email address, the following scopes are required:
- youforce-fileapi:files:list
- youforce-fileapi:files:upload
The following settings are required to run the source import.
Setting | Description | Mandatory |
---|---|---|
Client ID | The Client ID to connect to the Raet IAM API (created when registering the App in in the Visma Developer portal). | Yes |
Client Secret | The Client Secret to connect to the Raet IAM API (created when registering the App in in the Visma Developer portal). | Yes |
Tenant ID | The Tenant ID to specify to which tenant to connect to the Raet IAM API(available in the Visma Developer portal after the invitation code has been accepted). | Yes |
Include assignments | Include assignments yes/no. | No |
Include persons without assignments | Include persons without assignments yes/no. | No |
Exclude persons without contracts in HelloID | Exclude persons without contracts in HelloID yes/no. | No |
- Authorized Raet Developers account in order to request and receive the API credentials. See: https://developers.youforce.com. Make sure your client does the IAM API access request themselves on behalf of your own Raet Developers account (don't use Tools4ever, but your own developer account). More info about Raet Developers Portal: https://youtu.be/M9RHvm_KMh0
- ClientID, ClientSecret and tenantID to authenticate with RAET IAM-API Webservice
- Currently, not all fields are available for HR Core Beaufort customers. For example: company.
A basic mapping is provided. Make sure to further customize these accordingly. Please choose the default mappingset to use with the configured configuration.
When using only employments (not including assignments):
- mapping.employments.json This mapping only uses fields available on employments and does not expect fields which would be available on the assignments.
When including assigments and excluding persons without contracts in HelloID (default setting):
- mapping.assignments.json This mapping only uses fields available on assignments and does not expect fields which would be available on the assignments. If a person has no assignments, this will result in an import error. To solve this (without changing the mapping) select the option to "Exclude persons without contracts in HelloID".
When including assigments and not excluding persons without contracts in HelloID:
- mapping.assignments.includePersonsWithoutAssignments.json This mapping uses fields available on assignments, if these are not available for a person it uses the fields available on the employments. If a person has no assignments & employments, this will result in an import error. To solve this (without changing the mapping) select the option to "Exclude persons without contracts in HelloID".
The data collection retrieved by the queries is a default set which is sufficient for HelloID to provision persons. The queries can be changed by the customer itself to meet their requirements.
For more information on how to configure a HelloID PowerShell connector, please refer to our documentation pages
If you need help, feel free to ask questions on our forum
The official HelloID documentation can be found at: https://docs.helloid.com/