This link only works if opened in Postman
URL: https://simployeramw.azure-api.net/ItasAPI-V2/importlogon
Method: POST
The method will add or update logon on existing persons.
Request
Authentication
«Basic auth»-authentication with username and password.
Headers

Body
JSon-array with logons.
[
{
"userName": "name@company.com",
"email": "name@company.com",
"externalId": "name@company.com ",
"mobile": "90000000",
"validFrom": "2019-10-20",
"validTo": "2019-10-25",
"identifier": "12345",
"legalUnit": "01",
"applicationAccess": [
{
"accessGranted": true,
"applicationType": "HMSHåndbøker",
"subapplicationId": 1
},
{
"accessGranted": true,
"applicationType": "HRessurs",
"subapplicationId": 0
}
]
}
]
Field descriptions

ApplicationAccess

Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article