- Als nieuw markeren
- Als gelezen markeren
- Bladwijzer
- Abonneren
- Printervriendelijke pagina
- Ongepaste inhoud melden
IAM API - Domain model and concepts
- 0 Antwoorden
- 0 kudos
- 1222 Weergaven
IAM API
This API is intended for identity & access management systems and enabling the provisioning of users in other systems like Active Directory or IDP’s:
-
Retrieve employee data from HR Core Business
-
Retrieve organizational structures from HR Core Business
-
Retrieve job profile information from HR Core Business
Model
Pagination
The IAM API supports pagination with the help of a nextToken. With the help of the following properties: dateTime
, validFrom
and id
a “bookmark“ is generated ensuring no records are “lost“ when skipping through pages. Below a breakdown of the nextToken url generated at the end of the response body.
-
Next page token - Token generated at the end of the resultset page
-
Date timestamp - The date timestamp of the last record of the result set page
-
validFrom - The
validFrom
of the last record of the result set page -
Id - Primary key of the last record of the result set page.
Person layer in HR Core Business
An additional requirement to use the Persons endpoint: the Person layer needs to be enabled in HR Core Business.